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

Function getArguments

test/e2e/test-expect.js:150–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 describe('arguments, Arguments', () => {
149 it('should work in the immediate positive case', async () => {
150 function getArguments() {
151 return arguments;
152 }
153 const p = new ControllerPromise(
154 Promise.resolve(getArguments()),
155 getWaitFunction(() => getArrayValueFunction(getArguments()))

Callers 1

test-expect.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected