| 2366 | } |
| 2367 | |
| 2368 | void |
| 2369 | KnobTable::getTable(std::list<std::vector<std::string> >* table) |
| 2370 | { |
| 2371 | decodeFromKnobTableFormat(getValue(), table); |
| 2372 | } |
| 2373 | |
| 2374 | void |
| 2375 | KnobTable::decodeFromKnobTableFormat(const std::string& value, |
no outgoing calls
no test coverage detected