MCPcopy
hub / github.com/tuna/tunasync / lazyString

TypeAlias lazyString

internal/logger_test.go:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type lazyString string
14
15func (l lazyString) LogValue() slog.Value {
16 return slog.StringValue(string(l))

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected