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

Method CountUser

python/test.py:76–80  ·  view source on GitHub ↗
(self, request, context)

Source from the content-addressed store, hash-verified

74 )
75
76 def CountUser(self, request, context):
77 print("Counting")
78 return cells_idm_pb2.CountUserResponse(
79 Count=1,
80 )
81
82
83def main():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected