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

Method LocalFSFileupload

FluidNC/src/WebUI/WebUIServer.cpp:873–875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

871 }
872
873 void WebUI_Server::LocalFSFileupload(AsyncWebServerRequest* request, String filename, size_t index, uint8_t* data, size_t len, bool final) {
874 fileUpload(request, LocalFS, filename, index, data, len, final);
875 }
876 void WebUI_Server::SDFileUpload(AsyncWebServerRequest* request, String filename, size_t index, uint8_t* data, size_t len, bool final) {
877 fileUpload(request, SD, filename, index, data, len, final);
878 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected