MCPcopy
hub / github.com/ampproject/amphtml / getRegistrations

Function getRegistrations

3p/3p.js:30–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 * @return {*} TODO(#23582): Specify return type
29 */
30export function getRegistrations() {
31 if (!registrations) {
32 registrations = map();
33 }
34 return registrations;
35}
36
37/**
38 * @param {string} id The specific 3p integration.

Callers 2

registerFunction · 0.85

Calls 1

mapFunction · 0.90

Tested by

no test coverage detected