MCPcopy Create free account
hub / github.com/SpartanJ/eepp / hasFileConfig

Method hasFileConfig

src/tools/ecode/plugins/plugin.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30bool Plugin::hasFileConfig() {
31 return !mConfigPath.empty();
32}
33
34void Plugin::subscribeFileSystemListener() {
35 mConfigFileInfo = FileInfo( mConfigPath );

Callers 1

NewMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected