Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
390
def
generate_uuid(tag: str):
391
return
str(uuid.uuid5(uuid.NAMESPACE_DNS, tag))
392
393
394
def
filter_workspace(query_list):
Callers
4
import_workflow_tools
Method · 0.90
import_
Method · 0.90
import_
Method · 0.90
update_template_workflow
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected