Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/dagger-browser
/ shouldSkipNode
Method
shouldSkipNode
browser/src/models/GraphManager.tsx:292–294 ·
view source on GitHub ↗
(node: Node)
Source
from the content-addressed store, hash-verified
290
}
291
292
private shouldSkipNode(node: Node): boolean {
293
return node.kind ===
"BOUND_INSTANCE"
;
294
}
295
}
Callers
1
populateCaches
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected