MCPcopy Create free account
hub / github.com/ShiftLeftSecurity/overflowdb / node

Method node

core/src/main/java/overflowdb/Graph.java:331–333  ·  view source on GitHub ↗

return node with given `id`, or `null` if there is no such node

(long id)

Source from the content-addressed store, hash-verified

329
330 /** return node with given `id`, or `null` if there is no such node */
331 public Node node(long id) {
332 return nodes.nodeById(id);
333 }
334
335 /** Iterator over nodes with provided ids
336 * empty, if no ids are provided */

Callers 14

nodesMethod · 0.95
shouldDeepCloneGraphMethod · 0.95
NodeRefMethod · 0.80
copyToMethod · 0.80
loadNodePropertyIndexMethod · 0.80
deserializeEdgesMethod · 0.80
unpackValueMethod · 0.80
compareMethod · 0.80

Calls 1

nodeByIdMethod · 0.80