PortholeRoot

fun PortholeRoot(name: String = "root", content: @Composable () -> Unit)(source)

Wrap your app's root composable once. Gives the semantics collector a View to walk and establishes the timeline's root scope.

In release builds this is the no-op artifact and compiles to just content().