MCPcopy
hub / github.com/antvis/Infographic / has

Method has

src/editor/utils/extension.ts:15–17  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

13 }
14
15 has(name: string): boolean {
16 return this.extensions.has(name);
17 }
18
19 getAll(): ReadonlyMap<string, T> {
20 return this.extensions;

Callers 15

Infographic.tsxFile · 0.80
normalizeItemsFunction · 0.80
parseSyntaxFunction · 0.80
parseRelationLineFunction · 0.80
dfsFunction · 0.80
checkUndirectedCycleFunction · 0.80
resolveNodeIdFunction · 0.80
calculateEdgePathFunction · 0.80
SequenceInteractionFlowFunction · 0.80
computeLevelBoundsFunction · 0.80
ListGridFunction · 0.80

Calls

no outgoing calls

Tested by 1

createEmitterFunction · 0.64