Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opentrace/opentrace
/ Logger
Interface
Logger
tests/fixtures/go/extraction/mixed.go:21–23 · tests/fixtures/go/extraction/mixed.go::Logger
Source
from the content-addressed store, hash-verified
19
}
20
21
type
Logger
interface
{
22
Log(msg string)
23
}
24
25
func
NewConfig() *Config {
26
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected