MCPcopy Create free account
hub / github.com/atomicojs/atomico / html

Function html

html.js:206–217  ·  view source on GitHub ↗
(statics)

Source from the content-addressed store, hash-verified

204const CACHE = new Map();
205
206function html(statics) {
207 let tmp = CACHE;
208
209 tmp = evaluate(
210 createElement,
211 tmp.get(statics) || (tmp.set(statics, (tmp = build(statics))), tmp),
212 arguments,
213 []
214 );
215
216 return tmp.length > 1 ? tmp : tmp[0];
217}
218
219export { html };

Callers 15

ssr.jsFile · 0.90
componentFunction · 0.90
componentFunction · 0.90
componentFunction · 0.90
componentFunction · 0.90
aFunction · 0.90
template.test.jsFile · 0.90
ssr.test.jsFile · 0.90
componentFunction · 0.90
updateFunction · 0.90
aFunction · 0.90

Calls 3

evaluateFunction · 0.85
buildFunction · 0.85
getMethod · 0.80

Tested by 10

aFunction · 0.72
componentFunction · 0.72
updateFunction · 0.72
aFunction · 0.72
bFunction · 0.72
WcFunction · 0.72
fFunction · 0.72
toggleFunction · 0.72
viewFunction · 0.72
FnFunction · 0.72