MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / IsAndrogynous

Method IsAndrogynous

PathCopyCopy/plugins/src/InternetPathPlugin.cpp:138–141  ·  view source on GitHub ↗

Determines if this plugin is androgynous. In our case, it never is. @return true to use androgynous description, false to use normal description.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected