MCPcopy Create free account
hub / github.com/columbia/egalito / getString

Method getString

app/shell2/command.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117std::string ArgumentValue::getString() const {
118 return data;
119}
120
121bool ArgumentValue::getBool() const {
122 switch(type) {

Callers 7

constructMethod · 0.80
runPassCommandMethod · 0.80
listPassesCommandMethod · 0.80
FullCommandListMethod · 0.80
helpCommandMethod · 0.80
runCommandNMethod · 0.80
runGeneratedFileMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected