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

Method generate_random_id

backend/app/models/model/model.py:113–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111
112 @staticmethod
113 def generate_random_id() -> str:
114 return "Tp" + generate_random_id(6)
115
116 @staticmethod
117 def list_prefix_filter_fields() -> List[str]:

Callers 6

register_adminFunction · 0.45
insert_record_chunksFunction · 0.45
createMethod · 0.45
createMethod · 0.45
createMethod · 0.45
createMethod · 0.45

Calls 1

generate_random_idFunction · 0.90

Tested by

no test coverage detected