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

Method supportsAll

Libraries/HttpClient/HttpClient.cpp:713–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711}
712
713bool SC::HttpClientCapabilities::supportsAll(Span<const Feature> features) const
714{
715 for (size_t idx = 0; idx < features.sizeInElements(); ++idx)
716 {
717 if (not supports(features[idx]))
718 {
719 return false;
720 }
721 }
722 return true;
723}
724
725SC::Result SC::HttpClientCapabilities::requireBackend(Backend requiredBackend) const
726{

Callers 1

capabilitiesMethod · 0.80

Calls

no outgoing calls

Tested by 1

capabilitiesMethod · 0.64