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

Method InputFile

FluidNC/src/InputFile.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "Report.h"
7
8InputFile::InputFile(const Volume& defaultFs, const char* path) : FileStream(path, "r", defaultFs) {}
9/*
10 Read a line from the file
11 Returns Error::Ok if a line was read, even if the line was empty.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected