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

Method IsAndrogynous

PathCopyCopy/plugins/src/DefaultPlugin.cpp:87–90  ·  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

85 // @return true to use androgynous description, false to use normal description.
86 //
87 bool DefaultPlugin::IsAndrogynous() const noexcept(false)
88 {
89 return false;
90 }
91
92 } // namespace Plugins
93

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected