Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
add
Method · 0.70
adjacent
Method · 0.70
del
Method · 0.70
delNode
Method · 0.70
getEdgeValue
Method · 0.70
getNodeValue
Method · 0.70
neighbors
Method · 0.70
setEdgeValue
Method · 0.70
setNodeValue
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected