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

Method alloc

Compiler/types.py:7752–7753  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7750 self.array.address = value
7751
7752 def alloc(self):
7753 self.array.alloc()
7754
7755 def delete(self):
7756 self.array.delete()

Callers

nothing calls this directly

Calls 1

allocMethod · 0.45

Tested by

no test coverage detected