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

Function syncCommandBufferFromRemote

src/modules/wifi/clients.cpp:434–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434void syncCommandBufferFromRemote(const String &input) {
435 setTerminalLiveInput(input);
436 commandBuffer = getCurrentPromptPrefix() + input;
437}
438
439void setPendingEchoSuppression(const String &input) {
440 withClientLock([&]() { pendingEchoSuppression = input; });

Calls 2

setTerminalLiveInputFunction · 0.85
getCurrentPromptPrefixFunction · 0.85

Tested by

no test coverage detected