MCPcopy Index your code
hub / github.com/bugy/script-server / add_user

Method add_user

src/tests/test_utils.py:656–657  ·  view source on GitHub ↗
(self, username, password)

Source from the content-addressed store, hash-verified

654 return True
655
656 def add_user(self, username, password):
657 self._users[username] = password

Callers 1

start_serverMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected