Determines if this plugin is androgynous. In our case, it never is. @return true to use androgynous description, false to use normal description.
| 136 | // @return true to use androgynous description, false to use normal description. |
| 137 | // |
| 138 | bool InternetPathPlugin::IsAndrogynous() const noexcept(false) |
| 139 | { |
| 140 | return false; |
| 141 | } |
| 142 | |
| 143 | } // namespace Plugins |
| 144 |
nothing calls this directly
no outgoing calls
no test coverage detected