MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / recipients

Method recipients

windows/crypto/cryptmsg.py:101–103  ·  view source on GitHub ↗

TODO: DOC

(self)

Source from the content-addressed store, hash-verified

99
100 @property
101 def recipients(self):
102 """TODO: DOC"""
103 return [self.get_recipient_data(i) for i in range(self.nb_recipient)]
104
105 @property
106 def content(self):

Callers

nothing calls this directly

Calls 1

get_recipient_dataMethod · 0.95

Tested by

no test coverage detected