MCPcopy Create free account
hub / github.com/apple/foundationdb / range

Method range

bindings/python/fdb/directory_impl.py:590–591  ·  view source on GitHub ↗
(self, t=tuple())

Source from the content-addressed store, hash-verified

588 raise Exception('Cannot unpack keys using the root of a directory partition.')
589
590 def range(self, t=tuple()):
591 raise Exception('Cannot get range for the root of a directory partition.')
592
593 def contains(self, key):
594 raise Exception('Cannot check whether a key belongs to the root of a directory partition.')

Callers 4

allocateMethod · 0.45
_node_containing_keyMethod · 0.45
_remove_recursiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected