MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / GetType

Method GetType

Sources/Shared/IO/WebRequest.cpp:1019–1022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017 : _type(type), _url(url) {}
1018
1019 WebProxy::Type WebProxy::GetType() const
1020 {
1021 return _type;
1022 }
1023
1024 Containers::StringView WebProxy::GetURL() const
1025 {

Callers 3

OpenMethod · 0.45
SetProxyMethod · 0.45
DoStartPrepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected