MCPcopy Create free account
hub / github.com/Comfy-Org/registry-backend / CreateNode

Method CreateNode

drip/api.gen.go:759–759  ·  view source on GitHub ↗

Create a new custom node (POST /publishers/{publisherId}/nodes)

(ctx echo.Context, publisherId string)

Source from the content-addressed store, hash-verified

757 // Create a new custom node
758 // (POST /publishers/{publisherId}/nodes)
759 CreateNode(ctx echo.Context, publisherId string) error
760 // Delete a specific node
761 // (DELETE /publishers/{publisherId}/nodes/{nodeId})
762 DeleteNode(ctx echo.Context, publisherId string, nodeId string) error

Callers 15

sqlSaveMethod · 0.65
sqlSaveMethod · 0.65
sqlSaveMethod · 0.65
sqlSaveMethod · 0.65
sqlSaveMethod · 0.65
sqlSaveMethod · 0.65
sqlSaveMethod · 0.65
sqlSaveMethod · 0.65
sqlSaveMethod · 0.65
sqlSaveMethod · 0.65
sqlSaveMethod · 0.65
CreateNodeMethod · 0.65

Implementers 3

DripStrictServerImplementationserver/implementation/api.implementati
ServerInterfaceWrapperdrip/api.gen.go
strictHandlerdrip/api.gen.go

Calls

no outgoing calls

Tested by

no test coverage detected