MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / get_empty_bits

Method get_empty_bits

Compiler/oram.py:421–422  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

419 # don't use threads if n_threads explicitly set to 1
420 a.assign_all(value, n_threads=n_threads, conv=False)
421 def get_empty_bits(self):
422 return self.l[0]
423 def get_indices(self):
424 return self.l[1]
425 def get_values(self, skip=0):

Callers 5

has_empty_entryMethod · 0.95
is_emptyMethod · 0.95
searchMethod · 0.80
find_first_emptyMethod · 0.80
popMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected