MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / File

Method File

lib/ArduinoNative/src/FS.h:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74public:
75
76 File(FILE* fd = nullptr) :
77 m_fd(fd)
78 {
79 }
80
81 ~File()
82 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected