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

Method IsSeparator

PathCopyCopy/src/PluginSeparator.cpp:72–75  ·  view source on GitHub ↗

Checks if this plugin is a separator. In our case, we return true. @return true since we are a separator proxy.

Source from the content-addressed store, hash-verified

70 // @return true since we are a separator proxy.
71 //
72 bool PluginSeparator::IsSeparator() const noexcept
73 {
74 return true;
75 }
76
77} // namespace PCC

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected