MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / getTagAt

Method getTagAt

exits/exitpoint.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224QString ExitPoint_NoteEdit::getTagAt(int pos) {
225 if (tags.size() < pos+1)
226 return "";
227 return tags.at(pos);
228}
229
230
231

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected