MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getMode

Function getMode

Tactility/Source/app/fileselection/FileSelection.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26Mode getMode(const Bundle& bundle) {
27 int32_t mode = static_cast<int32_t>(Mode::ExistingOrNew);
28 bundle.optInt32("mode", mode);
29 return static_cast<Mode>(mode);
30}
31
32void setMode(Bundle& bundle, Mode mode) {
33 auto mode_int = static_cast<int32_t>(mode);

Callers 1

onShowMethod · 0.70

Calls 1

optInt32Method · 0.45

Tested by

no test coverage detected