MCPcopy
hub / github.com/uber-go/zap / fakeSlogArgs

Function fakeSlogArgs

benchmarks/slog_test.go:51–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func fakeSlogArgs() []any {
52 return []any{
53 "int", _tenInts[0],
54 "ints", _tenInts,
55 "string", _tenStrings[0],
56 "strings", _tenStrings,
57 "time", _tenTimes[0],
58 "times", _tenTimes,
59 "user1", _oneUser,
60 "user2", _oneUser,
61 "users", _tenUsers,
62 "error", errExample,
63 }
64}

Callers 2

BenchmarkAddingFieldsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected