MCPcopy Create free account
hub / github.com/VortexCoyote/hyprfocus / getConfigValue

Method getConfigValue

src/IFocusAnimation.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37SConfigValue* IFocusAnimation::getConfigValue(HANDLE pHandle, std::string name) {
38 return HyprlandAPI::getConfigValue(pHandle, configPrefix() + name);
39}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected