Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ getbyte
Function
getbyte
tools/brother240tool.cc:16–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
uint8_t getbyte(uint32_t offset)
17
{
18
inputFile.seekg(offset, std::ifstream::beg);
19
return inputFile.get();
20
}
21
22
void putbyte(uint32_t offset, uint8_t value)
23
{
Callers
1
main
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected