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

Struct Utils

examples/basic/basic_test.go:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15func (s SlogLogger) Error(ctx context.Context, msg string) { slog.ErrorContext(ctx, msg) }
16
17type Utils struct{}
18
19func (Utils) Uppercase(ctx context.Context, value string) string {
20 return strings.ToUpper(value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected