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

Function getPlatform

TactilityCore/Source/kernel/Platform.cpp:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace tt::kernel {
4
5Platform getPlatform() {
6#ifdef ESP_PLATFORM
7 return PlatformEsp;
8#else
9 return PlatformSimulator;
10#endif
11}
12
13} // namespace

Callers 7

createFilePathWidgetsMethod · 0.85
viewFileMethod · 0.85
StateMethod · 0.85
setEntriesForPathMethod · 0.85
onTapFileMethod · 0.85
StateMethod · 0.85
setEntriesForPathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected