MCPcopy Create free account
hub / github.com/3rdparty/libprocess / TLDR

Function TLDR

include/process/help.hpp:69–72  ·  view source on GitHub ↗

Helper for single-line TL;DR; that adds a newline.

Source from the content-addressed store, hash-verified

67
68// Helper for single-line TL;DR; that adds a newline.
69inline std::string TLDR(const std::string& tldr)
70{
71 return tldr + "\n";
72}
73
74
75template <typename... T>

Callers 12

TOGGLE_HELPMethod · 0.85
START_HELPMethod · 0.85
STOP_HELPMethod · 0.85
START_HELPMethod · 0.85
STOP_HELPMethod · 0.85
DOWNLOAD_RAW_HELPMethod · 0.85
DOWNLOAD_TEXT_HELPMethod · 0.85
DOWNLOAD_GRAPH_HELPMethod · 0.85
STATISTICS_HELPMethod · 0.85
STATE_HELPMethod · 0.85
helpMethod · 0.85
statsHelpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected