MCPcopy Index your code
hub / github.com/ContainerSSH/ContainerSSH / Decode

Method Decode

internal/auditlog/codec/abstract.go:23–23  ·  view source on GitHub ↗
(reader io.Reader)

Source from the content-addressed store, hash-verified

21// Decoder is a module that is responsible for decoding a binary testdata stream into audit log messages.
22type Decoder interface {
23 Decode(reader io.Reader) (<-chan message.Message, <-chan error)
24}

Callers 15

requestURLWithLoggerMethod · 0.95
getStoredMessagesFunction · 0.95
getAuditLogMethod · 0.95
testDecodeOldLogFunction · 0.95
DecodeMethod · 0.95
TestLoadIssue209Function · 0.95
TestLoadSaveFunction · 0.95
TestYAMLSerializationFunction · 0.95
TestJSONSerializationFunction · 0.95
loadYAMLMethod · 0.95
loadJSONMethod · 0.95
readConfigFileFunction · 0.95

Implementers 2

internalRequesthttp/handler_impl.go
decoderinternal/auditlog/codec/binary/decode.

Calls

no outgoing calls

Tested by 8

getStoredMessagesFunction · 0.76
getAuditLogMethod · 0.76
testDecodeOldLogFunction · 0.76
TestLoadIssue209Function · 0.76
TestLoadSaveFunction · 0.76
TestYAMLSerializationFunction · 0.76
TestJSONSerializationFunction · 0.76
testPipelineFunction · 0.52