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

Method InputFile

FluidNC/src/InputFile.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 InputFile(const Volume& defaultFs, const char* path);
33
34 InputFile(const InputFile&) = delete;
35 InputFile& operator=(const InputFile&) = delete;
36
37 // readLine() differs from pollLine() in the Channel API as follows:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected