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

Method payload

src/ssh_audit/ssh2_kex.py:110–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108
109 @property
110 def payload(self) -> bytes:
111 wbuf = WriteBuf()
112 self.write(wbuf)
113 return wbuf.write_flush()
114
115 @classmethod
116 def parse(cls, outputbuffer: 'OutputBuffer', payload: bytes) -> 'SSH2_Kex':

Callers

nothing calls this directly

Calls 3

writeMethod · 0.95
write_flushMethod · 0.95
WriteBufClass · 0.90

Tested by

no test coverage detected