MCPcopy Create free account
hub / github.com/dolthub/doltgresql / UnwrapAny

Method UnwrapAny

testing/go/json_test.go:39–39  ·  view source on GitHub ↗
(_ context.Context)

Source from the content-addressed store, hash-verified

37}
38
39func (w *testAnyWrapper) UnwrapAny(_ context.Context) (interface{}, error) { return w.inner, nil }
40func (w *testAnyWrapper) IsExactLength() bool { return true }
41func (w *testAnyWrapper) MaxByteLength() int64 { return 1000 }
42func (w *testAnyWrapper) Compare(_ context.Context, _ interface{}) (int, bool, error) {

Callers 15

serializeTypeByteaFunction · 0.80
serializeTypeJsonBFunction · 0.80
CompareMethod · 0.80
bytea.goFile · 0.80
record.goFile · 0.80
varchar.goFile · 0.80
bpchar.goFile · 0.80
jsonb.goFile · 0.80
array.goFile · 0.80
text.goFile · 0.80
bit.goFile · 0.80
char.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected