MCPcopy Create free account
hub / github.com/Snapchat/Valdi / setDescription

Method setDescription

valdi/src/valdi/standalone_runtime/ArgumentsParser.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18Argument::~Argument() = default;
19
20Ref<Argument> Argument::setDescription(std::string_view description) {
21 _description = description;
22 return strongSmallRef(this);
23}
24
25const std::string_view& Argument::getDescription() const {
26 return _description;

Callers 7

precompileFunction · 0.80
imageInfoFunction · 0.80
imageConvertFunction · 0.80
pngquantFunction · 0.80
rewriteHeaderFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

strongSmallRefFunction · 0.85

Tested by

no test coverage detected