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

Function getTargetName

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

Source from the content-addressed store, hash-verified

57 StringSpan realm;
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);

Callers 1

sessionLayerMethod · 0.85

Calls

no outgoing calls

Tested by 1

sessionLayerMethod · 0.68