Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ Create
Method
Create
Sources/Shared/IO/WebRequest.cpp:1405–1407 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1403
{
1404
public:
1405
WebSessionImpl* Create() override {
1406
return new WebSessionCURL();
1407
}
1408
1409
WebSessionImpl* CreateAsync() override {
1410
return new WebSessionAsyncCURL();
Callers
1
New
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected