Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
def
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
open
Method · 0.90
wrapper
Function · 0.85
Calls
3
User
Class · 0.90
identify_user
Function · 0.85
get_all_audit_names
Method · 0.80
Tested by
no test coverage detected