MCPcopy Create free account
hub / github.com/PaulStoffregen/SerialFlash / available

Method available

SerialFlash.h:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 return length;
111 }
112 uint32_t available() {
113 if (offset >= length) return 0;
114 return length - offset;
115 }
116 void erase();
117 void flush() {
118 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected