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

Method GetAllHeaderValues

Sources/Shared/IO/WebRequest.cpp:953–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951 }
952
953 Array<String> WebResponse::GetAllHeaderValues(StringView name) const
954 {
955 DEATH_ASSERT(_impl != nullptr, "Cannot be called with an uninitialized object", {});
956
957 return _impl->GetAllHeaderValues(name);
958 }
959
960 String WebResponse::GetMimeType() const
961 {

Callers

nothing calls this directly

Calls 8

DEATH_ASSERTFunction · 0.85
uppercaseFunction · 0.85
ToUtf16Function · 0.50
ArrayClass · 0.50
arrayViewFunction · 0.50
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected