Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
349
function
isValidExtension(extension) {
350
return
availableExtensions.includes(extension);
351
}
352
353
354
function
runVideoTestBench(req, res, next) {
Callers
1
runVideoTestBench
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected