MCPcopy Index your code
hub / github.com/coder/coder / GetMessage

Method GetMessage

vpn/vpn.pb.go:852–857  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

850}
851
852func (x *Log) GetMessage() string {
853 if x != nil {
854 return x.Message
855 }
856 return ""
857}
858
859func (x *Log) GetLoggerNames() []string {
860 if x != nil {

Callers 2

ServiceBannerFromProtoFunction · 0.45
BannerConfigFromProtoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected