MCPcopy Index your code
hub / github.com/bettercap/bettercap / UpdateNode

Function UpdateNode

modules/graph/node.go:90–92  ·  view source on GitHub ↗
(fileName string, node *Node)

Source from the content-addressed store, hash-verified

88}
89
90func UpdateNode(fileName string, node *Node) error {
91 return WriteNode(fileName, node, true)
92}
93
94func (n Node) String() string {
95 if n.Dummy == false {

Callers 1

UpdateNodeMethod · 0.85

Calls 1

WriteNodeFunction · 0.85

Tested by

no test coverage detected