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

Function getResultCode

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

Source from the content-addressed store, hash-verified

54}
55
56std::string getResultCode(const Bundle& bundle) {
57 std::string result;
58 bundle.optString(RESULT_BUNDLE_CODE_INDEX, result);
59 return result;
60}
61
62void setResultName(Bundle& bundle, const std::string& name) {
63 bundle.putString(RESULT_BUNDLE_NAME_INDEX, name);

Callers 1

onResultMethod · 0.85

Calls 1

optStringMethod · 0.45

Tested by

no test coverage detected