MCPcopy Create free account
hub / github.com/MemTensor/MemOS / string_to_uuid

Method string_to_uuid

evaluation/scripts/utils/client.py:141–142  ·  view source on GitHub ↗
(self, s: str, salt="memobase_client")

Source from the content-addressed store, hash-verified

139 self.client.delete_user(real_uid)
140
141 def string_to_uuid(self, s: str, salt="memobase_client"):
142 return str(uuid.uuid5(uuid.NAMESPACE_DNS, s + salt))
143
144
145class MemosApiClient:

Callers 3

addMethod · 0.95
searchMethod · 0.95
delete_userMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected