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

Method close_scope

Compiler/program.py:1706–1707  ·  view source on GitHub ↗
(self, outer_scope, parent_req_node, name)

Source from the content-addressed store, hash-verified

1704 return child
1705
1706 def close_scope(self, outer_scope, parent_req_node, name):
1707 self.start_new_basicblock(outer_scope, name, req_node=parent_req_node)
1708
1709 def require_bit_length(self, bit_length, t="p", reason=None):
1710 if t == "p":

Callers 3

on_first_callMethod · 0.80
do_whileFunction · 0.80
end_ifFunction · 0.80

Calls 1

start_new_basicblockMethod · 0.95

Tested by

no test coverage detected