Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Surfer-Org/Protocol
/ selectNodes
Function
selectNodes
cookbook/python/knowledge-graph/lib/bindings/utils.js:161–165 ·
view source on GitHub ↗
(nodes)
Source
from the content-addressed store, hash-verified
159
}
160
161
function
selectNodes(nodes) {
162
network.selectNodes(nodes);
163
filterHighlight({nodes: nodes});
164
return
nodes;
165
}
166
167
function
highlightFilter(filter) {
168
let
selectedNodes = []
Callers
1
highlightFilter
Function · 0.85
Calls
1
filterHighlight
Function · 0.85
Tested by
no test coverage detected