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

Function defined

lib/tiny-graph.js:10–12  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

8 */
9(function (global) {
10 function defined (arg) {
11 return arg !== void 0;
12 }
13
14 function node (value) {
15 return {

Callers 9

addMethod · 0.70
adjacentMethod · 0.70
delMethod · 0.70
delNodeMethod · 0.70
getEdgeValueMethod · 0.70
getNodeValueMethod · 0.70
neighborsMethod · 0.70
setEdgeValueMethod · 0.70
setNodeValueMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected