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

Method CreateNode

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

Source from the content-addressed store, hash-verified

141type NodeService interface {
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}

Callers 1

TestNodeServiceFunction · 0.95

Implementers 1

nodeServicesrc/api/node/node.go

Calls

no outgoing calls

Tested by 1

TestNodeServiceFunction · 0.76