| 209 | func (f *Uint64) typ() super.Type { return super.TypeUint64 } |
| 210 | |
| 211 | type Duration struct { |
| 212 | state int64 |
| 213 | function anymath.Int64 |
| 214 | } |
| 215 | |
| 216 | func NewDuration(f *anymath.Function, val super.Value) *Duration { |
| 217 | state := f.Init.Int64 |
nothing calls this directly
no outgoing calls
no test coverage detected