| 410 | static void init(const T &, function_record *) {} |
| 411 | static void init(const T &, type_record *) {} |
| 412 | static void precall(function_call &) {} |
| 413 | static void postcall(function_call &, handle) {} |
| 414 | }; |
| 415 |
nothing calls this directly
no outgoing calls
no test coverage detected