Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ get_code
Method
get_code
Compiler/instructions.py:1630–1632 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1628
return
self.args[1].size
1629
1630
def
get_code(self):
1631
return
inputmixed_base.get_code(
1632
self, self.get_size()
if
self.get_size() > 1
else
0)
1633
1634
def
add_usage(self, req_node):
1635
# player 0 as proxy
Callers
nothing calls this directly
Calls
2
get_size
Method · 0.95
get_code
Method · 0.45
Tested by
no test coverage detected