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

Method IsAndrogynous

PathCopyCopy/plugins/src/UnixPathPlugin.cpp:91–94  ·  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

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected