Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gre/gl-react
/ onNodeDrawStart
Method
onNodeDrawStart
packages/gl-react/src/VisitorLogger.ts:62–65 ·
view source on GitHub ↗
(node: Node)
Source
from the content-addressed store, hash-verified
60
);
61
}
62
onNodeDrawStart(node: Node) {
63
this.groupNestedLvl++;
64
console.group(node.getGLName());
65
}
66
onNodeSyncDeps(
67
node: Node,
68
additions: Array<Bus | Node>,
Callers
nothing calls this directly
Calls
1
getGLName
Method · 0.65
Tested by
no test coverage detected