MCPcopy Index your code
hub / github.com/WebReflection/wicked-elements / upgrade

Function upgrade

cjs/index.js:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114exports.defineAsync = defineAsync;
115
116const upgrade = element => {
117 if (query.length) {
118 flush();
119 parse([element]);
120 }
121};
122exports.upgrade = upgrade;
123
124const whenDefined = selector => {

Callers

nothing calls this directly

Calls 2

flushFunction · 0.85
parseFunction · 0.85

Tested by

no test coverage detected