MCPcopy Index your code
hub / github.com/google/gapid / Handler

Interface Handler

core/log/handler.go:24–27  ·  view source on GitHub ↗

Handler is the handler of log messages.

Source from the content-addressed store, hash-verified

22
23// Handler is the handler of log messages.
24type Handler interface {
25 Handle(*Message)
26 Close()
27}
28
29// handler is a simple implementation of the Handler interface
30type handler struct {

Callers 15

TestBroadcasterListenFunction · 0.65
HandleMethod · 0.65
HandleMethod · 0.65
ChannelFunction · 0.65
PrintMethod · 0.65
LogfMethod · 0.65
LogMethod · 0.65
HandleMethod · 0.65
OnClosedFunction · 0.65
CloseMethod · 0.65
CloseMethod · 0.65
ChannelFunction · 0.65

Implementers 6

Indirectcore/log/indirect.go
Broadcastercore/log/broadcast.go
handlercore/log/handler.go
pingHandlercore/log/channel_test.go
logHandlercore/langsvr/langsvr.go
debugLogHandlergapil/langsvr/debug_logger.go

Calls

no outgoing calls

Tested by

no test coverage detected