MCPcopy Create free account
hub / github.com/tidwall/gjson / stringHeader

Struct stringHeader

gjson.go:3287–3290  ·  view source on GitHub ↗

stringHeader instead of reflect.StringHeader

Source from the content-addressed store, hash-verified

3285
3286// stringHeader instead of reflect.StringHeader
3287type stringHeader struct {
3288 data unsafe.Pointer
3289 len int
3290}
3291
3292// sliceHeader instead of reflect.SliceHeader
3293type sliceHeader struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected