MCPcopy Create free account
hub / github.com/anomalyco/opencode / OPENCODE_DISABLE_PROJECT_CONFIG

Function OPENCODE_DISABLE_PROJECT_CONFIG

packages/core/src/flag/flag.ts:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 // Evaluated at access time (not module load) because tests, the CLI, and
53 // external tooling set these env vars at runtime.
54 get OPENCODE_DISABLE_PROJECT_CONFIG() {
55 return truthy("OPENCODE_DISABLE_PROJECT_CONFIG")
56 },
57 get OPENCODE_EXPERIMENTAL_REFERENCES() {
58 return enabledByExperimental("OPENCODE_EXPERIMENTAL_REFERENCES")
59 },

Callers

nothing calls this directly

Calls 1

truthyFunction · 0.85

Tested by

no test coverage detected