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

Class

test/unit/test-service.js:622–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620
621 it('should share adoptable instances', () => {
622 class Factory {}
623 registerServiceBuilderForDoc(parentAmpdoc, 'A', Factory);
624 adoptServiceForEmbedDoc(ampdoc, 'A');
625

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected