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

Method generate_random_id

backend/app/models/retrieval/chunk.py:79–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77
78 @staticmethod
79 def generate_random_id():
80 return "LmK0" + generate_random_id(20)
81
82 @staticmethod
83 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