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

Function findService

Tactility/Source/service/gui/GuiService.cpp:281–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281std::shared_ptr<GuiService> findService() {
282 return std::static_pointer_cast<GuiService>(
283 findServiceById(manifest.id)
284 );
285}
286
287extern const ServiceManifest manifest = {
288 .id = "Gui",

Callers 8

show_keyboardFunction · 0.70
hide_keyboardFunction · 0.70
onHideMethod · 0.50
onCreateMethod · 0.50
software_keyboard_showFunction · 0.50
software_keyboard_hideFunction · 0.50

Calls 1

findServiceByIdFunction · 0.50

Tested by

no test coverage detected