Determines if this plugin is androgynous. In our case, it never is. @return true to use androgynous description, false to use normal description.
| 89 | // @return true to use androgynous description, false to use normal description. |
| 90 | // |
| 91 | bool UnixPathPlugin::IsAndrogynous() const noexcept(false) |
| 92 | { |
| 93 | return false; |
| 94 | } |
| 95 | |
| 96 | } // namespace Plugins |
| 97 |
nothing calls this directly
no outgoing calls
no test coverage detected