| 28 | } |
| 29 | |
| 30 | type goClosure struct { |
| 31 | function Function |
| 32 | upValues []value |
| 33 | } |
| 34 | |
| 35 | // Function wrapper, to allow go functions as keys in maps. Explicitly not a closure. |
| 36 | type goFunction struct { |
nothing calls this directly
no outgoing calls
no test coverage detected