Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ empty
Method
empty
benchmarks/src/benchmark/database.py:60–61 ·
view source on GitHub ↗
(path: Path, metadata: Optional[Any] = None)
Source
from the content-addressed store, hash-verified
58
59
@staticmethod
60
def
empty(path: Path, metadata: Optional[Any] = None):
61
return
Database(path=path, data={}, metadata=metadata)
62
63
def
__init__(
64
self,
Callers
1
load_or_create_database
Function · 0.45
Calls
1
Database
Class · 0.85
Tested by
no test coverage detected