Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MayaPosch/NymphCast
/ isConfigured
Method
isConfigured
src/server/gui/core/InputConfig.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
bool InputConfig::isConfigured()
63
{
64
return mNameMap.size() > 0;
65
}
66
67
void InputConfig::mapInput(const std::string& name, Input input)
68
{
Callers
2
getNumConfiguredDevices
Method · 0.80
input
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected