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

Struct StructFieldCode

internal/encoder/code.go:600–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598}
599
600type StructFieldCode struct {
601 typ *runtime.Type
602 key string
603 tag *runtime.StructTag
604 value Code
605 offset uintptr
606 isAnonymous bool
607 isTaggedKey bool
608 isNilableType bool
609 isNilCheck bool
610 isAddrForMarshaler bool
611 isNextOpPtrType bool
612 isMarshalerContext bool
613}
614
615func (c *StructFieldCode) getStruct() *StructCode {
616 value := c.value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected