Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ThatGuySam/doesitarm
/ isVideo
Function
isVideo
helpers/app-derived.js:14–16 ·
view source on GitHub ↗
( app )
Source
from the content-addressed store, hash-verified
12
}
13
14
export
function
isVideo ( app ) {
15
return
app.hasOwnProperty(
'thumbnail'
) && app.hasOwnProperty(
'timestamps'
)
16
}
17
18
export
function
getAppType ( app ) {
19
Callers
2
build
Method · 0.90
getAppType
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected