MCPcopy 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_dataMethod · 0.95
run_setMethod · 0.95
single_setMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected