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

Function REFERENCES

include/process/help.hpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101template <typename... T>
102inline std::string REFERENCES(T&&... args)
103{
104 return strings::join("\n", std::forward<T>(args)..., "\n");
105}
106
107
108// Help process for serving /help, /help/id, and /help/id/name (see

Callers 2

TOGGLE_HELPMethod · 0.85
DOWNLOAD_RAW_HELPMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected