Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ get_audit_name
Method
get_audit_name
src/auth/user.py:10–11 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
8
self.user_id = user_id
9
10
def
get_audit_name(self):
11
return
audit_utils.get_audit_name(self.audit_names)
12
13
def
get_username(self):
14
return
self.audit_names.get(AUTH_USERNAME)
Callers
11
save_job
Method · 0.45
_get_paths
Method · 0.45
finished
Method · 0.45
test_get_audit_name
Method · 0.45
get_job_filename
Function · 0.45
put
Method · 0.45
get
Method · 0.45
delete
Method · 0.45
get
Method · 0.45
post
Method · 0.45
_load_script_config
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_get_audit_name
Method · 0.36
get_job_filename
Function · 0.36