Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ value
Method
value
tests/python_tests/python_performance.py:86–87 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
84
return
"%0*d"
% (self.key_size, num)
85
86
def
value(self, key):
87
return
self.value_str
88
89
def
insert_data(self, db):
90
print(
"Loading database"
)
Callers
4
insert_data
Method · 0.95
run_set
Method · 0.95
run_alternating_get_set
Method · 0.95
single_set
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected