Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bmorcelli/Launcher
/ remoteAvailable
Method
remoteAvailable
include/VectorDisplay.h:758–760 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
756
}
757
758
virtual size_t remoteAvailable() override {
759
return s.available();
760
}
761
762
#ifndef NO_SERIAL
763
SerialDisplayClass() : s(Serial), doSerialBegin(true) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected