MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / decomposeReference

Method decomposeReference

src/DOM.cpp:527–529  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

525
526////////////////////////////////////////////////////////////////////////////////
527std::vector<std::string> DOM::decomposeReference(const std::string& reference) {
528 return split(reference, '.');
529}
530
531////////////////////////////////////////////////////////////////////////////////
532std::string DOM::dump() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected