MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / replay

Method replay

packages/core/ui/builder/index.ts:457–465  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

455 }
456
457 public replay() {
458 this.args.forEach((args: xml.ParserEvent) => {
459 try {
460 this.next(args);
461 } catch (e) {
462 throw this.error(e, args.position);
463 }
464 });
465 }
466 }
467
468 interface TemplateProperty {

Callers 1

buildTemplateMethod · 0.80

Calls 3

forEachMethod · 0.80
nextMethod · 0.80
errorMethod · 0.80

Tested by

no test coverage detected