Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ isKnownMode
Function
isKnownMode
src/core/MemoryFieldValues.cpp:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
bool isKnownMode(const QString& mode)
66
{
67
const QString upper = sanitizeText(mode).trimmed().toUpper();
68
return modes().contains(upper);
69
}
70
71
QString offsetDirToWire(const QString& any)
72
{
Callers
2
parseRecord
Function · 0.85
main
Function · 0.85
Calls
2
sanitizeText
Function · 0.85
contains
Method · 0.80
Tested by
1
main
Function · 0.68