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

Function getSchemeName

Libraries/HttpClient/HttpClientSession.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59 [[nodiscard]] const char* getTargetName() const { return getTargetName(target); }
60 [[nodiscard]] const char* getSchemeName() const { return getSchemeName(scheme); }
61 [[nodiscard]] static const char* getTargetName(Target target);
62 [[nodiscard]] static const char* getSchemeName(Scheme scheme);
63};

Callers 1

sessionLayerMethod · 0.85

Calls

no outgoing calls

Tested by 1

sessionLayerMethod · 0.68