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

Method generate_random_id

backend/app/models/retrieval/record.py:88–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86
87 @staticmethod
88 def generate_random_id():
89 return "qpEa" + generate_random_id(20)
90
91 @staticmethod
92 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