MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / Read

Method Read

test/browser/async_virtual_2.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16DOS_Device *Devices[10];
17
18bool __attribute__((noinline)) DOS_Device::Read(unsigned char * data,unsigned short * size) {
19 printf("DOS_Device::Read (this = %ld)\n", (long)this);
20 return Devices[devnum]->Read(data,size);
21}
22
23class device_CON : public DOS_Device {
24public:

Callers 1

mainFunction · 0.80

Calls 4

printfFunction · 0.85
EM_ASMFunction · 0.70
outFunction · 0.50
assertFunction · 0.50

Tested by

no test coverage detected