Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/SerialFlash
/ SerialFlashFile
Method
SerialFlashFile
SerialFlash.h:79–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
{
78
public:
79
SerialFlashFile() : address(0) {
80
}
81
operator bool() {
82
if (address > 0) return true;
83
return false;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected