MCPcopy Create free account
hub / github.com/ampproject/amphtml /

Class

test/unit/test-friendly-iframe-embed.js:1430–1430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1428
1429 const barConstructorSpy = env.sandbox.spy();
1430 class BarService {
1431 constructor(arg) {
1432 barConstructorSpy(arg);
1433 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected