Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/KaTeX/KaTeX
/ isMathDomNode
Function
isMathDomNode
src/tree.ts:11–13 ·
view source on GitHub ↗
(node: VirtualNode)
Source
from the content-addressed store, hash-verified
9
}
10
11
function
isMathDomNode(node: VirtualNode): node is MathDomNode {
12
return
'toText'
in node;
13
}
14
15
16
/**
Callers
1
toText
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…