MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / findUser

Method findUser

src/astroprint/users.py:60–61  ·  view source on GitHub ↗
(self, username=None)

Source from the content-addressed store, hash-verified

58 pass
59
60 def findUser(self, username=None):
61 return None
62
63 def getAllUsers(self):
64 return []

Callers 15

getLoggedUserMethod · 0.95
indexFunction · 0.45
getWsTokenFunction · 0.45
getAccessKeysFunction · 0.45
load_userFunction · 0.45
decorated_viewFunction · 0.45
getUserForApiKeyFunction · 0.45
on_openMethod · 0.45
loginFunction · 0.45
getUserFunction · 0.45
updateUserFunction · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected