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

Function byName

__tests__/lombok.test.ts:80–80  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

78
79 const { nodes, calls } = await load();
80 const byName = (name: string) => nodes.find((n) => n.name === name && isLombok(n));
81
82 // Accessors + Data contract + builder are synthesized and marked.
83 for (const m of ['getName', 'setName', 'isActive', 'setActive', 'builder', 'equals', 'hashCode', 'toString']) {

Callers 1

lombok.test.tsFile · 0.70

Calls 1

isLombokFunction · 0.85

Tested by

no test coverage detected