Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
namespace tt::kernel {
4
5
Platform getPlatform() {
6
#ifdef ESP_PLATFORM
7
return PlatformEsp;
8
#else
9
return PlatformSimulator;
10
#endif
11
}
12
13
} // namespace
Callers
7
createFilePathWidgets
Method · 0.85
viewFile
Method · 0.85
State
Method · 0.85
setEntriesForPath
Method · 0.85
onTapFile
Method · 0.85
State
Method · 0.85
setEntriesForPath
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected