MCPcopy 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
65bool isKnownMode(const QString& mode)
66{
67 const QString upper = sanitizeText(mode).trimmed().toUpper();
68 return modes().contains(upper);
69}
70
71QString offsetDirToWire(const QString& any)
72{

Callers 2

parseRecordFunction · 0.85
mainFunction · 0.85

Calls 2

sanitizeTextFunction · 0.85
containsMethod · 0.80

Tested by 1

mainFunction · 0.68