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

Method notify

test/unit/test-ini-load.js:120–125  ·  view source on GitHub ↗
(entries)

Source from the content-addressed store, hash-verified

118 }
119
120 notify(entries) {
121 const {callback} = this;
122 return Promise.resolve().then(() => {
123 callback(entries, this);
124 });
125 }
126 }
127
128 observer = null;

Callers 5

test-ini-load.jsFile · 0.45
vue-todomvc.jsFile · 0.45
xeFunction · 0.45
keFunction · 0.45
AeFunction · 0.45

Calls 3

resolveMethod · 0.80
callbackFunction · 0.50
thenMethod · 0.45

Tested by

no test coverage detected