MCPcopy Create free account
hub / github.com/BruceDevices/firmware / queueSessionCommand

Function queueSessionCommand

src/modules/wifi/clients.cpp:310–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310void queueSessionCommand(const String &command) {
311 withClientLock([&]() { queuedCommand += command; });
312}
313
314String takeQueuedCommand() {
315 String command;

Callers 1

runSessionUiLoopFunction · 0.85

Calls 1

withClientLockFunction · 0.85

Tested by

no test coverage detected