MCPcopy 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
161function selectNodes(nodes) {
162 network.selectNodes(nodes);
163 filterHighlight({nodes: nodes});
164 return nodes;
165}
166
167function highlightFilter(filter) {
168 let selectedNodes = []

Callers 1

highlightFilterFunction · 0.85

Calls 1

filterHighlightFunction · 0.85

Tested by

no test coverage detected