MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / generate_random_id

Method generate_random_id

backend/app/models/auth/admin_user.py:53–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52 @staticmethod
53 def generate_random_id():
54 return "X3Ar" + generate_random_id(12)
55
56 @staticmethod
57 def list_prefix_filter_fields() -> List[str]:

Callers

nothing calls this directly

Calls 1

generate_random_idFunction · 0.90

Tested by

no test coverage detected