Skip to main content

interp_get_namespace_info

Function interp_get_namespace_info 

Source
fn interp_get_namespace_info(
    args: &[RValue],
    _named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

getNamespaceInfo(ns, which) — get metadata about a namespace.

@param ns a namespace or package name @param which character: “exports”, “imports”, “path”, “spec” @return the requested info @namespace base