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

Method Infof

coderd/mcp/mcp.go:169–171  ·  view source on GitHub ↗
(format string, v ...any)

Source from the content-addressed store, hash-verified

167}
168
169func (l *mcpLoggerAdapter) Infof(format string, v ...any) {
170 l.logger.Info(context.Background(), fmt.Sprintf(format, v...))
171}
172
173func (l *mcpLoggerAdapter) Errorf(format string, v ...any) {
174 l.logger.Error(context.Background(), fmt.Sprintf(format, v...))

Callers 2

deleteEmptyDirsFunction · 0.80
mainFunction · 0.80

Calls 1

InfoMethod · 0.45

Tested by

no test coverage detected