MCPcopy Index your code
hub / github.com/ampproject/amphtml / isValidExtension

Function isValidExtension

build-system/server/app-video-testbench.js:349–351  ·  view source on GitHub ↗
(extension)

Source from the content-addressed store, hash-verified

347
348
349function isValidExtension(extension) {
350 return availableExtensions.includes(extension);
351}
352
353
354function runVideoTestBench(req, res, next) {

Callers 1

runVideoTestBenchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected