MCPcopy
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
14export function isVideo ( app ) {
15 return app.hasOwnProperty('thumbnail') && app.hasOwnProperty('timestamps')
16}
17
18export function getAppType ( app ) {
19

Callers 2

buildMethod · 0.90
getAppTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected