MCPcopy Create free account
hub / github.com/cvut/qtrvsim / getValue

Method getValue

src/assembler/simpleasm.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21bool SymbolTableDb::getValue(fixmatheval::FmeValue &value, QString name) {
22 SymbolValue val;
23 if (!symbol_table->name_to_value(val, name)) { return false; }
24 value = val;
25 return true;
26}
27
28void SymbolTableDb::setSymbol(
29 const QString &name,

Callers

nothing calls this directly

Calls 1

name_to_valueMethod · 0.80

Tested by

no test coverage detected