MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / Code

Method Code

message/message.go:86–86  ·  view source on GitHub ↗

Code is a unique code identifying log messages.

()

Source from the content-addressed store, hash-verified

84
85 // Code is a unique code identifying log messages.
86 Code() string
87 // UserMessage is a message that is safe to print/send to the end user.
88 UserMessage() string
89 // Explanation is the text explanation for the system administrator.

Callers 5

getReasonMethod · 0.95
getReasonMethod · 0.95
createMessageMethod · 0.65
WriteMethod · 0.65
createLineLJSONMethod · 0.65

Implementers 3

ErrTooManySessionsinternal/security/handler_ssh.go
messageinternal/sshserver/rejection.go
messagemessage/message.go

Calls

no outgoing calls

Tested by

no test coverage detected