MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / uuid4

Method uuid4

src/core/service/hash_service.py:34–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33 @staticmethod
34 def uuid4() -> uuid.UUID:
35 return uuid.uuid4()
36
37 def hash_password(self, password: str) -> str:
38 return self.hasher.hash(password)

Callers 2

dispatchMethod · 0.80
get_request_loggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected