buildContext
fun buildContext(name: Name? = null, block: ContextBuilder.() -> Unit = {}): Context
Content copied to clipboard
Get and validate existing context or build and register a new child context.
Parameters
name
the relative (tail) name of the new context. If null, uses context hash code as a marker.