MCPcopy
hub / github.com/jtesta/ssh-audit / payload

Method payload

src/ssh_audit/ssh1_publickeymessage.py:123–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

121
122 @property
123 def payload(self) -> bytes:
124 wbuf = WriteBuf()
125 self.write(wbuf)
126 return wbuf.write_flush()
127
128 @classmethod
129 def parse(cls, payload: bytes) -> 'SSH1_PublicKeyMessage':

Callers

nothing calls this directly

Calls 3

writeMethod · 0.95
write_flushMethod · 0.95
WriteBufClass · 0.90

Tested by

no test coverage detected