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

Method CreateNodeStream

python/cells_tree_pb2_grpc.py:544–548  ·  view source on GitHub ↗

Missing associated documentation comment in .proto file.

(self, request_iterator, context)

Source from the content-addressed store, hash-verified

542 """Missing associated documentation comment in .proto file."""
543
544 def CreateNodeStream(self, request_iterator, context):
545 """Missing associated documentation comment in .proto file."""
546 context.set_code(grpc.StatusCode.UNIMPLEMENTED)
547 context.set_details('Method not implemented!')
548 raise NotImplementedError('Method not implemented!')
549
550 def UpdateNodeStream(self, request_iterator, context):
551 """Missing associated documentation comment in .proto file."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected