MCPcopy Index your code
hub / github.com/segmentio/encoding / Error

Method Error

json/encode.go:786–786  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

784type rollback struct{}
785
786func (rollback) Error() string { return "rollback" }
787
788func (e encoder) encodeEmbeddedStructPointer(b []byte, p unsafe.Pointer, t reflect.Type, unexported bool, offset uintptr, encode encodeFunc) ([]byte, error) {
789 p = *(*unsafe.Pointer)(p)

Callers 15

TestParseStringFunction · 0.45
TestParseStringUnquoteFunction · 0.45
TestAppendToLowerFunction · 0.45
TestTokenizerFunction · 0.45
BenchmarkTokenizerFunction · 0.45
codeInitFunction · 0.45
equalErrorFunction · 0.45
TestNumberAccessorsFunction · 0.45
TestStringKindFunction · 0.45
TestByteKindFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestParseStringFunction · 0.36
TestParseStringUnquoteFunction · 0.36
TestAppendToLowerFunction · 0.36
TestTokenizerFunction · 0.36
BenchmarkTokenizerFunction · 0.36
codeInitFunction · 0.36
equalErrorFunction · 0.36
TestNumberAccessorsFunction · 0.36
TestStringKindFunction · 0.36
TestByteKindFunction · 0.36