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

Function start

Tactility/Source/app/notes/Notes.cpp:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221};
222
223LaunchId start(const std::string& filePath) {
224 auto parameters = std::make_shared<Bundle>();
225 parameters->putString(NOTES_FILE_ARGUMENT, filePath);
226 return app::start(manifest.appId, parameters);
227}
228
229} // namespace tt::app::notes

Callers

nothing calls this directly

Calls 1

putStringMethod · 0.45

Tested by

no test coverage detected