MCPcopy
hub / github.com/goccy/go-json / StructCode

Struct StructCode

internal/encoder/code.go:373–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373type StructCode struct {
374 typ *runtime.Type
375 fields []*StructFieldCode
376 isPtr bool
377 disableIndirectConversion bool
378 isIndirect bool
379 isRecursive bool
380}
381
382func (c *StructCode) Kind() CodeKind {
383 return CodeKindStruct

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected