Skip to main content

resolve_hosted

Function resolve_hosted 

Source
pub fn resolve_hosted<'a>(baked: BootConfig<'a>) -> ExecutorConfig<'a>
Expand description

RFC-0045 precedence model A with the environment on top: env (var set) > baked > compiled default.

Fails loud on invalid identity input (repo rule: a bad domain id at boot is a configuration error, never a silent domain-0 node). FFI shims that need a return code call try_resolve_hosted.