MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / read

Function read

modules/grabbag/grabbag.js:354–358  ·  view source on GitHub ↗
(n_article, n_style)

Source from the content-addressed store, hash-verified

352 });
353
354 function read(n_article, n_style) {
355 article.html(articleTemplate.substr(0,n_article));
356 style.html(styleTemplate.substr(0,n_style));
357 return n_article <= articleTemplate.length || n_style <= styleTemplate.length;
358 }
359
360 }
361

Callers 1

rewriteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected