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

Function generate_uuid

apps/common/utils/common.py:390–391  ·  view source on GitHub ↗
(tag: str)

Source from the content-addressed store, hash-verified

388
389
390def generate_uuid(tag: str):
391 return str(uuid.uuid5(uuid.NAMESPACE_DNS, tag))
392
393
394def filter_workspace(query_list):

Callers 4

import_workflow_toolsMethod · 0.90
import_Method · 0.90
import_Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected