MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / selectedEntries

Method selectedEntries

common/multiselection.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29static std::vector<size_t> selEnt;
30
31std::vector<size_t> MS::selectedEntries(void)
32{
33 return selEnt;
34}
35
36bool MS::multipleSelectionEnabled(void)
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected