MCPcopy
hub / github.com/google-labs-code/design.md / getSpecConfig

Function getSpecConfig

packages/cli/src/linter/spec-config.ts:81–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79
80/** Return the parsed spec config, loading and caching it on first call. */
81export function getSpecConfig(): ParsedConfig {
82 if (!_cachedConfig) {
83 _cachedConfig = loadSpecConfig();
84 }
85 return _cachedConfig;
86}
87
88// ── Interfaces ───────────────────────────────────────────────────────
89

Callers 2

spec-config.tsFile · 0.85

Calls 1

loadSpecConfigFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…