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

Function roundTripsCorrectlyString

zapcore/json_encoder_impl_test.go:624–626  ·  view source on GitHub ↗
(original string)

Source from the content-addressed store, hash-verified

622}
623
624func roundTripsCorrectlyString(original string) bool {
625 return roundTripsCorrectly(zapEncode((*jsonEncoder).safeAddString), original)
626}
627
628func roundTripsCorrectlyByteString(original string) bool {
629 return roundTripsCorrectly(

Callers 1

Calls 2

roundTripsCorrectlyFunction · 0.85
zapEncodeFunction · 0.85

Tested by

no test coverage detected