Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
281
std::shared_ptr<GuiService> findService() {
282
return std::static_pointer_cast<GuiService>(
283
findServiceById(manifest.id)
284
);
285
}
286
287
extern const ServiceManifest manifest = {
288
.id =
"Gui"
,
Callers
8
show_keyboard
Function · 0.70
hide_keyboard
Function · 0.70
onHide
Method · 0.50
onCreate
Method · 0.50
software_keyboard_show
Function · 0.50
software_keyboard_hide
Function · 0.50
software_keyboard_is_enabled
Function · 0.50
__wrap_lv_textarea_create
Function · 0.50
Calls
1
findServiceById
Function · 0.50
Tested by
no test coverage detected