MCPcopy
hub / github.com/nirui/sshwifty / Type

Method Type

application/command/header.go:91–93  ·  view source on GitHub ↗

Type get packet type

()

Source from the content-addressed store, hash-verified

89
90// Type get packet type
91func (p Header) Type() Header {
92 return (p & headerHeaderCutter)
93}
94
95// Data returns the data of current Packet header
96func (p Header) Data() byte {

Callers 2

StringMethod · 0.95
HandleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected