ensureInContext

fun <T> ensureInContext(scope: INodeResolutionScope, body: () -> T): T

Like runWithAlso, but doesn't change the resolution order if it already exists in the context.