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

Method get_code

Compiler/instructions_base.py:1268–1270  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1266 vector_index = 0
1267
1268 def get_code(self):
1269 return super(VectorInstruction, self).get_code(
1270 len(self.args[self.vector_index]))
1271
1272class Ciscable(Instruction):
1273 def copy(self, size, subs):

Callers

nothing calls this directly

Calls 1

get_codeMethod · 0.45

Tested by

no test coverage detected