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

Function ids

test/unit/test-extension-script.js:446–448  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

444 });
445
446 function ids(array) {
447 return array.map((a) => a.id);
448 }
449
450 it('should find a specific version', () => {
451 expect(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected