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

Method DeleteNode

src/api/node/node.go:145–145  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

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
148// NewNodeService creates a new node service

Callers

nothing calls this directly

Implementers 1

nodeServicesrc/api/node/node.go

Calls

no outgoing calls

Tested by

no test coverage detected