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

Function makeInt64Field

zapcore/core_test.go:37–39  ·  view source on GitHub ↗
(key string, val int)

Source from the content-addressed store, hash-verified

35)
36
37func makeInt64Field(key string, val int) Field {
38 return Field{Type: Int64Type, Integer: int64(val), Key: key}
39}
40
41func TestNopCore(t *testing.T) {
42 entry := Entry{

Callers 7

TestTeeWithFunction · 0.85
writeSequenceFunction · 0.85
TestHooksFunction · 0.85
TestLazyCoreFunction · 0.85
TestLazyCoreRaceFunction · 0.85
TestNopCoreFunction · 0.85
TestIOCoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected