MCPcopy Create free account
hub / github.com/pydio/cells / Adapt

Method Adapt

common/nodes/core/handler-exec-struct.go:61–64  ·  view source on GitHub ↗
(h nodes.Handler, options nodes.RouterOptions)

Source from the content-addressed store, hash-verified

59}
60
61func (f *StructStorageHandler) Adapt(h nodes.Handler, options nodes.RouterOptions) nodes.Handler {
62 f.Next = h
63 return f
64}
65
66func (f *StructStorageHandler) CreateNode(ctx context.Context, in *tree.CreateNodeRequest, opts ...grpc.CallOption) (*tree.CreateNodeResponse, error) {
67 node := in.Node

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected