MCPcopy Index your code
hub / github.com/avoidwork/tiny-graph / node

Function node

src/intro.js:6–11  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

4 }
5
6 function node (value) {
7 return {
8 value: value,
9 edges: {}
10 };
11 }

Callers 1

setNodeValueMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected