Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOUI2/soui
/ Open
Method
Open
demo/httpsvr/HTTPServer.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
virtual HANDLE Open(const char * pszFileName)
26
{
27
return (HANDLE)fopen(pszFileName,
"r+b"
);
28
}
29
virtual void Close(HANDLE f)
30
{
31
if(f)
Callers
1
ParseRequest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected