MCPcopy Create free account
hub / github.com/bdring/FluidNC / showChannelInfo

Function showChannelInfo

FluidNC/src/ProcessSettings.cpp:739–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739static Error showChannelInfo(const char* value, AuthenticationLevel auth_level, Channel& out) {
740 allChannels.listChannels(out);
741 return Error::Ok;
742}
743
744static Error showStartupLog(const char* value, AuthenticationLevel auth_level, Channel& out) {
745 StartupLog::dump(out);

Callers

nothing calls this directly

Calls 1

listChannelsMethod · 0.80

Tested by

no test coverage detected