MCPcopy Create free account
hub / github.com/KentBeck/BPlusTree3 / random_value

Method random_value

python/tests/fuzz_test.py:190–192  ·  view source on GitHub ↗

Generate a random value

(self)

Source from the content-addressed store, hash-verified

188 return random.randint(1, 10000)
189
190 def random_value(self) -> str:
191 """Generate a random value"""
192 return f"value_{random.randint(1, 1000000)}"
193
194 def do_insert_or_update(self):
195 """Perform insert or update operation"""

Callers 1

do_insert_or_updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected