Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
type
lazyString string
14
15
func
(l lazyString) LogValue() slog.Value {
16
return
slog.StringValue(string(l))
Callers
1
TestLineHandlerFormatsAttrsAndSource
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected