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

Function getResult

Tactility/Source/app/inputdialog/InputDialog.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31std::string getResult(const Bundle& bundle) {
32 std::string result;
33 bundle.optString(RESULT_BUNDLE_KEY_RESULT, result);
34 return result;
35}
36
37static std::string getTitleParameter(const std::shared_ptr<const Bundle>& bundle) {
38 std::string result;

Callers 1

onResultMethod · 0.85

Calls 1

optStringMethod · 0.45

Tested by

no test coverage detected