MCPcopy Create free account
hub / github.com/arcjet/gravity / Error

Method Error

examples/basic/basic_test.go:15–15  ·  view source on GitHub ↗
(ctx context.Context, msg string)

Source from the content-addressed store, hash-verified

13func (s SlogLogger) Info(ctx context.Context, msg string) { slog.InfoContext(ctx, msg) }
14func (s SlogLogger) Warn(ctx context.Context, msg string) { slog.WarnContext(ctx, msg) }
15func (s SlogLogger) Error(ctx context.Context, msg string) { slog.ErrorContext(ctx, msg) }
16
17type Utils struct{}
18

Callers 3

newInstanceFunction · 0.80
TestRecordFallibleErrorFunction · 0.80
newInstanceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected