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

Function getMethodName

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

Source from the content-addressed store, hash-verified

293 HttpClientRequestOptions options;
294
295 [[nodiscard]] const char* getMethodName() const { return getMethodName(method); }
296 [[nodiscard]] static const char* getMethodName(Method method);
297 [[nodiscard]] Result validate() const;
298};

Callers 1

requestPolicyNamesMethod · 0.85

Calls

no outgoing calls

Tested by 1

requestPolicyNamesMethod · 0.68