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

Method DeleteNodeStream

python/cells_tree_pb2_grpc.py:556–560  ·  view source on GitHub ↗

Missing associated documentation comment in .proto file.

(self, request_iterator, context)

Source from the content-addressed store, hash-verified

554 raise NotImplementedError('Method not implemented!')
555
556 def DeleteNodeStream(self, request_iterator, context):
557 """Missing associated documentation comment in .proto file."""
558 context.set_code(grpc.StatusCode.UNIMPLEMENTED)
559 context.set_details('Method not implemented!')
560 raise NotImplementedError('Method not implemented!')
561
562
563def add_NodeReceiverStreamServicer_to_server(servicer, server):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected