MCPcopy 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
16uint8_t getbyte(uint32_t offset)
17{
18 inputFile.seekg(offset, std::ifstream::beg);
19 return inputFile.get();
20}
21
22void putbyte(uint32_t offset, uint8_t value)
23{

Callers 1

mainFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected