Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ IsAsync
Method
IsAsync
Sources/Shared/IO/WebRequest.cpp:84–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
using Result = WebRequestAsync::Result;
83
84
bool IsAsync() const {
85
return (_session != nullptr);
86
}
87
88
~WebRequestImpl() override = default;
89
Callers
1
ReportDataReceived
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected