Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ isScaleFactorValid
Function
isScaleFactorValid
plugins/video/parameter-wrappers.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
static bool isScaleFactorValid(double scaleFactor)
91
{
92
return scaleFactor > 1.;
93
}
94
95
static bool isMinNeighborsValid(int minNeighbors)
96
{
Callers
1
Load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected