Default implementation: do nothing
| 408 | struct process_attribute_default { |
| 409 | /// Default implementation: do nothing |
| 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) {} |
nothing calls this directly
no outgoing calls
no test coverage detected