MCPcopy Index your code
hub / github.com/Moddable-OpenSource/moddable / line

Method line

tools/ffi.js:28–32  ·  view source on GitHub ↗
(...strings)

Source from the content-addressed store, hash-verified

26 this.tabCount = 0;
27 }
28 line(...strings) {
29 if (this.tabCount)
30 this.write("\t".repeat(this.tabCount));
31 super.line(...strings);
32 }
33 tab(delta) {
34 this.tabCount += delta;
35 }

Callers 15

writeResultConversionMethod · 0.45
writeResultConversionMethod · 0.45
writeResultConversionMethod · 0.45
writeResultConversionMethod · 0.45
writeResultConversionMethod · 0.45

Calls 2

repeatMethod · 0.80
writeMethod · 0.65

Tested by

no test coverage detected