Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ThatGuySam/doesitarm
/ shouldHaveDeviceSupport
Method
shouldHaveDeviceSupport
build-lists.js:190–194 ·
view source on GitHub ↗
( app )
Source
from the content-addressed store, hash-verified
188
}
189
190
shouldHaveDeviceSupport ( app ) {
191
const
appType = getAppType( app )
192
193
return
appType ===
'app'
|| appType ===
'formula'
|| appType ===
'game'
194
}
195
196
getAllVideoAppsList = () => {
197
return
new
Set([
Callers
1
BuildLists
Class · 0.95
Calls
1
getAppType
Function · 0.90
Tested by
no test coverage detected