///////////////////////////////////////////////////////////////////////////
| 525 | |
| 526 | //////////////////////////////////////////////////////////////////////////////// |
| 527 | std::vector<std::string> DOM::decomposeReference(const std::string& reference) { |
| 528 | return split(reference, '.'); |
| 529 | } |
| 530 | |
| 531 | //////////////////////////////////////////////////////////////////////////////// |
| 532 | std::string DOM::dump() const { |
nothing calls this directly
no outgoing calls
no test coverage detected