MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / is_valid_uuid

Function is_valid_uuid

apps/knowledge/serializers/common.py:175–180  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

173
174
175def is_valid_uuid(s):
176 try:
177 uuid.UUID(s)
178 return True
179 except ValueError:
180 return False
181
182
183def write_image(zip_path: str, image_list: List[str]):

Callers 1

write_imageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected