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

Method get_code

Compiler/instructions_base.py:1054–1055  ·  view source on GitHub ↗
(self, prefix=0)

Source from the content-addressed store, hash-verified

1052 "inefficencies.")
1053
1054 def get_code(self, prefix=0):
1055 return (prefix << self.code_length) + self.code
1056
1057 def get_encoding(self):
1058 enc = LongArgFormat.encode(self.get_code())

Callers 3

get_encodingMethod · 0.95
get_codeMethod · 0.45
get_codeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected