need unsafe init constructor or default constructor for json serialization
| 289 | |
| 290 | // need unsafe init constructor or default constructor for json serialization |
| 291 | explicit TFuncObj(UnsafeInit) {} |
| 292 | TFuncObj(Array<TVar> params, Array<ObjectRef> body, Optional<String> comment) |
| 293 | : params(params), body(body), comment(comment) {} |
| 294 |
nothing calls this directly
no outgoing calls
no test coverage detected