********************** Statics **********************
| 653 | // ********************** |
| 654 | |
| 655 | type Static struct { |
| 656 | Type StaticType |
| 657 | |
| 658 | valScalar uint64 // used for int, float64, bool, time.Duration, Kind, and Status |
| 659 | valBytes []byte // used for string, []int, []float64, []bool |
| 660 | valStrings []string // used for []string |
| 661 | } |
| 662 | |
| 663 | type StaticMapKey struct { |
| 664 | typ StaticType |
nothing calls this directly
no outgoing calls
no test coverage detected