Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bettercap/bettercap
/ CreateNode
Function
CreateNode
modules/graph/node.go:86–88 ·
view source on GitHub ↗
(fileName string, node *Node)
Source
from the content-addressed store, hash-verified
84
}
85
86
func
CreateNode(fileName string, node *Node) error {
87
return
WriteNode(fileName, node, false)
88
}
89
90
func
UpdateNode(fileName string, node *Node) error {
91
return
WriteNode(fileName, node, true)
Callers
1
CreateNode
Method · 0.85
Calls
1
WriteNode
Function · 0.85
Tested by
no test coverage detected