MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / clearAuthorizations

Method clearAuthorizations

Libraries/HttpClient/HttpClientSession.cpp:585–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583}
584
585void SC::HttpClientSession::clearAuthorizations()
586{
587 for (size_t idx = 0; idx < sessionMemory.authEntries.sizeInElements(); ++idx)
588 {
589 sessionMemory.authEntries[idx] = HttpClientSessionAuthCacheEntry();
590 }
591}
592
593const char* SC::HttpClientSessionAuthChallenge::getTargetName(Target target)
594{

Callers 1

sessionLayerMethod · 0.80

Calls

no outgoing calls

Tested by 1

sessionLayerMethod · 0.64