MCPcopy
hub / github.com/gitcoinco/web / render

Method render

js-sdk/src/index.js:197–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195 return fragment;
196 }
197 render() {
198 this.el.appendChild(this.fragment());
199 const s = new Siema({
200 loop: true
201 });
202
203 // Because
204 s.resizeHandler();
205 setInterval(() => s.next(), 10000);
206 }
207}
208
209// Auto

Callers 11

constructorMethod · 0.95
eFunction · 0.80
tweenlite.jsFile · 0.80
renderTagFunction · 0.80
jsrender.jsFile · 0.80
update_fulfiller_listFunction · 0.80
render_actionsFunction · 0.80
render_activityFunction · 0.80
get_svg_templateFunction · 0.80
embedFunction · 0.80

Calls 1

fragmentMethod · 0.95

Tested by

no test coverage detected