Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bugy/script-server
/ identify_for_audit
Method
identify_for_audit
src/auth/identification.py:19–20 ·
view source on GitHub ↗
(self, request_handler)
Source
from the content-addressed store, hash-verified
17
18
@abc.abstractmethod
19
def
identify_for_audit(self, request_handler):
20
pass
21
22
23
class
AuthBasedIdentification(Identification):
Callers
1
get_all_audit_names
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected