MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / brand_env

Function brand_env

src/config.rs:392–394  ·  view source on GitHub ↗

Reads the `TRACEDECAY_ ` environment variable.

(suffix: &str)

Source from the content-addressed store, hash-verified

390
391/// Reads the `TRACEDECAY_<suffix>` environment variable.
392pub fn brand_env(suffix: &str) -> Option<String> {
393 std::env::var(format!("TRACEDECAY_{suffix}")).ok()
394}
395
396/// Returns the path to the configuration file (`config.json`) within the
397/// resolved data directory.

Callers 7

env_boolFunction · 0.85
env_parseFunction · 0.85
global_accounting_modeFunction · 0.85
should_use_subprocessFunction · 0.85
research_block_reasonFunction · 0.85
memory_injection_enabledFunction · 0.85
cursor_event_candidatesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected