MCPcopy Create free account
hub / github.com/garrytan/gstack / writeProfile

Function writeProfile

test/declared-annotation.test.ts:40–43  ·  view source on GitHub ↗
(declared: Record<string, number>)

Source from the content-addressed store, hash-verified

38});
39
40function writeProfile(declared: Record<string, number>): void {
41 const p = path.join(stateRoot, 'developer-profile.json');
42 fs.writeFileSync(p, JSON.stringify({ declared }, null, 2));
43}
44
45// ----------------------------------------------------------------------
46// primaryDimensionFor — kebab→underscore mapping

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected