Skip to main content

CODE__NAMESPACE

Constant CODE__NAMESPACE 

Source
pub const CODE__NAMESPACE: &str = "code.namespace";
Expand description

The ‘namespace’ within which code.function is defined. Usually the qualified class or module name, such that code.namespace + some separator + code.function form a unique identifier for the code unit.

  • PII: Maybe
  • Rewriting behavior: None