Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blues/note
/ unsupportedTypeEncoder
Function
unsupportedTypeEncoder
jsonxt/encode.go:624–626 ·
view source on GitHub ↗
(e *encodeState, v reflect.Value, _ encOpts)
Source
from the content-addressed store, hash-verified
622
}
623
624
func
unsupportedTypeEncoder(e *encodeState, v reflect.Value, _ encOpts) {
625
e.error(&UnsupportedTypeError{v.Type()})
626
}
627
628
type
structEncoder
struct
{
629
fields []field
Callers
nothing calls this directly
Calls
1
error
Method · 0.45
Tested by
no test coverage detected