(t string)
| 134 | } |
| 135 | |
| 136 | func isDuration(t string) bool { |
| 137 | return t == "time.Duration" |
| 138 | } |
| 139 | |
| 140 | const helpers = `// Code generated by vm/runtime/helpers/main.go. DO NOT EDIT. |
| 141 |
no outgoing calls
no test coverage detected
searching dependent graphs…