MCPcopy Create free account
hub / github.com/SOUI2/soui / Read

Method Read

demo/httpsvr/HTTPServer.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 return nRet;
45 }
46 virtual __int64 Read(HANDLE f,char *pbuf,__int64 nSize)
47 {
48 if(!f) return 0;
49 return fread(pbuf,1,(int)nSize,(FILE*)f);
50 }
51}g_FileReader;
52
53//////////////////////////////////////////////////////////////////////

Callers 1

ParseRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected