MCPcopy Create free account
hub / github.com/secdev/scapy / ReadyForQuery

Class ReadyForQuery

scapy/contrib/postgres.py:266–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264
265
266class ReadyForQuery(_ZeroPadding):
267 name = "Ready Signal"
268 fields_desc = [
269 ByteTagField(b"Z"),
270 SignedIntField("len", 6),
271 CharEnumField("status", b"I", STATUS_TYPE),
272 ]
273
274
275class ColumnDescription(_ZeroPadding):

Callers

nothing calls this directly

Calls 3

SignedIntFieldClass · 0.90
CharEnumFieldClass · 0.90
ByteTagFieldClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…