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

Method close_memory_scope

Compiler/program.py:863–864  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

861 self.protect_memory(key or object())
862
863 def close_memory_scope(self):
864 self.protect_memory(self.mem_protect_stack.pop())
865
866 def use_cisc(self):
867 return self.options.cisc and (not self.prime or self.rabbit_gap()) \

Callers

nothing calls this directly

Calls 2

protect_memoryMethod · 0.95
popMethod · 0.45

Tested by

no test coverage detected