NOLINTNEXTLINE(readability-convert-member-functions-to-static)
| 45 | struct public_member_function_value { |
| 46 | // NOLINTNEXTLINE(readability-convert-member-functions-to-static) |
| 47 | int value() const { return 0; } |
| 48 | }; |
| 49 | |
| 50 | struct public_static_member_function_value { |
nothing calls this directly
no outgoing calls
no test coverage detected