Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.tsx
File · 0.80
normalizeItems
Function · 0.80
inferTemplateFromBareFirstLine
Function · 0.80
parseSyntax
Function · 0.80
parseRelationLine
Function · 0.80
dfs
Function · 0.80
checkUndirectedCycle
Function · 0.80
resolveNodeId
Function · 0.80
calculateEdgePath
Function · 0.80
SequenceInteractionFlow
Function · 0.80
computeLevelBounds
Function · 0.80
ListGrid
Function · 0.80
Calls
no outgoing calls
Tested by
1
createEmitter
Function · 0.64