Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GreyGnome/EnableInterrupt
/ getUselessVariable
Method
getUselessVariable
examples/SimpleWithLibrary/Useless.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
uint8_t UselessClass::getUselessVariable() {
17
return uselessVariable;
18
}
19
20
void UselessClass::reset() {
21
uselessVariable=0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected