Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/goccy/go-json
/ PtrCode
Struct
PtrCode
internal/encoder/code.go:933–937 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
931
}
932
933
type
PtrCode
struct
{
934
typ *runtime.Type
935
value Code
936
ptrNum uint8
937
}
938
939
func
(c *PtrCode) Kind() CodeKind {
940
return
CodeKindPtr
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected