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

Method UpdateNode

data/source/objects/handler.go:191–193  ·  view source on GitHub ↗
(ctx context.Context, request *tree.UpdateNodeRequest)

Source from the content-addressed store, hash-verified

189}
190
191func (t *FsBrowser) UpdateNode(ctx context.Context, request *tree.UpdateNodeRequest) (*tree.UpdateNodeResponse, error) {
192 return nil, errors.WithStack(errors.StatusNotImplemented)
193}
194
195func (t *FsBrowser) DeleteNode(ctx context.Context, request *tree.DeleteNodeRequest) (*tree.DeleteNodeResponse, error) {
196 fs, _ := t.getFS(ctx)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected