Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blues/note
/ newArrayEncoder
Function
newArrayEncoder
jsonxt/encode.go:793–796 ·
view source on GitHub ↗
(t reflect.Type)
Source
from the content-addressed store, hash-verified
791
}
792
793
func
newArrayEncoder(t reflect.Type) encoderFunc {
794
enc := arrayEncoder{typeEncoder(t.Elem())}
795
return
enc.encode
796
}
797
798
type
ptrEncoder
struct
{
799
elemEnc encoderFunc
Callers
2
newTypeEncoder
Function · 0.85
newSliceEncoder
Function · 0.85
Calls
1
typeEncoder
Function · 0.85
Tested by
no test coverage detected