Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOUI2/soui
/ Close
Method
Close
demo/httpsvr/HTTPServer.cpp:29–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
return (HANDLE)fopen(pszFileName,
"r+b"
);
28
}
29
virtual void Close(HANDLE f)
30
{
31
if(f)
32
{
33
fclose((FILE*)f);
34
}
35
}
36
virtual __int64 Length(HANDLE f)
37
{
38
if(!f) return 0;
Callers
1
ParseRequest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected