MCPcopy
hub / github.com/grpc-ecosystem/grpc-gateway / Delimiter

Method Delimiter

runtime/marshal_jsonpb.go:333–335  ·  view source on GitHub ↗

Delimiter for newline encoded JSON streams.

()

Source from the content-addressed store, hash-verified

331
332// Delimiter for newline encoded JSON streams.
333func (j *JSONPb) Delimiter() []byte {
334 return []byte("\n")
335}
336
337var (
338 convFromType = map[reflect.Kind]reflect.Value{

Callers 3

TestJSONPbEncoderFieldsFunction · 0.95
NewEncoderMethod · 0.95

Calls

no outgoing calls

Tested by 2

TestJSONPbEncoderFieldsFunction · 0.76