Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/zap
/ AddString
Method
AddString
zapcore/json_encoder.go:195–198 ·
view source on GitHub ↗
(key, val string)
Source
from the content-addressed store, hash-verified
193
}
194
195
func
(enc *jsonEncoder) AddString(key, val string) {
196
enc.addKey(key)
197
enc.AppendString(val)
198
}
199
200
func
(enc *jsonEncoder) AddTime(key string, val time.Time) {
201
enc.addKey(key)
Callers
2
AddBinary
Method · 0.95
TestJSONClone
Function · 0.95
Calls
2
addKey
Method · 0.95
AppendString
Method · 0.95
Tested by
1
TestJSONClone
Function · 0.76