MCPcopy Create free account
hub / github.com/bugy/script-server / get_user

Function get_user

src/web/web_utils.py:34–38  ·  view source on GitHub ↗
(request_handler)

Source from the content-addressed store, hash-verified

32
33
34def get_user(request_handler):
35 user_id = identify_user(request_handler)
36 audit_names = audit_utils.get_all_audit_names(request_handler)
37
38 return User(user_id, audit_names)

Callers 2

openMethod · 0.90
wrapperFunction · 0.85

Calls 3

UserClass · 0.90
identify_userFunction · 0.85
get_all_audit_namesMethod · 0.80

Tested by

no test coverage detected