Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
bool Plugin::hasFileConfig() {
31
return !mConfigPath.empty();
32
}
33
34
void Plugin::subscribeFileSystemListener() {
35
mConfigFileInfo = FileInfo( mConfigPath );
Callers
1
New
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected