Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.45
vue-todomvc.js
File · 0.45
xe
Function · 0.45
ke
Function · 0.45
Ae
Function · 0.45
Calls
3
resolve
Method · 0.80
callback
Function · 0.50
then
Method · 0.45
Tested by
no test coverage detected