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

Method __init__

src/auth/user.py:6–8  ·  view source on GitHub ↗
(self, user_id, audit_names)

Source from the content-addressed store, hash-verified

4
5class User:
6 def __init__(self, user_id, audit_names):
7 self.audit_names = audit_names
8 self.user_id = user_id
9
10 def get_audit_name(self):
11 return audit_utils.get_audit_name(self.audit_names)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected