@brief static member function. @return Zero. By which I mean `0`. In the sources, this comment is on multiple lines.
| 124 | // By which I mean `0`. |
| 125 | // In the sources, this comment is on multiple lines. |
| 126 | static int static_method() { return 0; }; |
| 127 | |
| 128 | /// templatized member function. |
| 129 | template <typename U> |
nothing calls this directly
no outgoing calls
no test coverage detected