MCPcopy
hub / github.com/ThatGuySam/doesitarm / shouldHaveRelatedVideos

Method shouldHaveRelatedVideos

build-lists.js:178–188  ·  view source on GitHub ↗
( app )

Source from the content-addressed store, hash-verified

176 }
177
178 shouldHaveRelatedVideos ( app ) {
179 const appType = getAppType( app )
180
181 const typeWithRelatedVideos = new Set([
182 'app',
183 'formula',
184 'game'
185 ])
186
187 return typeWithRelatedVideos.has( appType )
188 }
189
190 shouldHaveDeviceSupport ( app ) {
191 const appType = getAppType( app )

Callers 2

BuildListsClass · 0.95
buildMethod · 0.95

Calls 2

getAppTypeFunction · 0.90
hasMethod · 0.80

Tested by

no test coverage detected