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

Function getResultName

Tactility/Source/app/timezone/TimeZone.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48// region Result
49
50std::string getResultName(const Bundle& bundle) {
51 std::string result;
52 bundle.optString(RESULT_BUNDLE_NAME_INDEX, result);
53 return result;
54}
55
56std::string getResultCode(const Bundle& bundle) {
57 std::string result;

Callers 1

onResultMethod · 0.85

Calls 1

optStringMethod · 0.45

Tested by

no test coverage detected