MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / parseStreamToken

Function parseStreamToken

src/models/RadioModel.cpp:142–142  ·  view source on GitHub ↗

parseStreamToken — identical to parseStatusHandle; use the shared version.

Source from the content-addressed store, hash-verified

140
141// parseStreamToken — identical to parseStatusHandle; use the shared version.
142inline quint32 parseStreamToken(QString text) { return parseStatusHandle(std::move(text)); }
143
144QString hexId(quint32 value)
145{

Callers 1

parseStreamObjectFunction · 0.85

Calls 2

parseStatusHandleFunction · 0.85
moveFunction · 0.85

Tested by

no test coverage detected