MCPcopy Create free account
hub / github.com/KOSASIH/skybridge / UpdateNode

Method UpdateNode

src/api/node/node.go:144–144  ·  view source on GitHub ↗
(ctx context.Context, node *Node)

Source from the content-addressed store, hash-verified

142 GetNode(ctx context.Context, id string) (*Node, error)
143 CreateNode(ctx context.Context, node *Node) error
144 UpdateNode(ctx context.Context, node *Node) error
145 DeleteNode(ctx context.Context, id string) error
146}
147

Callers

nothing calls this directly

Implementers 1

nodeServicesrc/api/node/node.go

Calls

no outgoing calls

Tested by

no test coverage detected