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

Function asciiRoundTripsCorrectlyString

zapcore/json_encoder_impl_test.go:647–649  ·  view source on GitHub ↗
(s ASCII)

Source from the content-addressed store, hash-verified

645}
646
647func asciiRoundTripsCorrectlyString(s ASCII) bool {
648 return roundTripsCorrectlyString(string(s))
649}
650
651func asciiRoundTripsCorrectlyByteString(s ASCII) bool {
652 return roundTripsCorrectlyByteString(string(s))

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected