Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
static std::vector<size_t> selEnt;
30
31
std::vector<size_t> MS::selectedEntries(void)
32
{
33
return selEnt;
34
}
35
36
bool MS::multipleSelectionEnabled(void)
37
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected