MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / cfgByQn

Function cfgByQn

__tests__/frameworks-integration.test.ts:581–581  ·  view source on GitHub ↗
(qn: string)

Source from the content-addressed store, hash-verified

579 .getNodesByKind('constant')
580 .filter((n) => n.language === 'yaml' || n.language === 'properties');
581 const cfgByQn = (qn: string) => cfgKeys.find((n) => n.qualifiedName === qn);
582 expect(cfgByQn('app.cache.name.user-token')).toBeDefined();
583 expect(cfgByQn('app.cache.enabled')).toBeDefined();
584 expect(cfgByQn('db.url')).toBeDefined();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected