MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / line

Method line

tools/mcmanifest.js:1790–1794  ·  view source on GitHub ↗
(...strings)

Source from the content-addressed store, hash-verified

1788 this.tool.writeFileString(this.path, this.current);
1789 }
1790 line(...strings) {
1791 for (var string of strings)
1792 this.write(string);
1793 this.write("\n");
1794 }
1795 write(string) {
1796 this.current += string;
1797 }

Callers 15

generateMethod · 0.45
generateDataRulesMethod · 0.45
generateBLERulesMethod · 0.45
generateDefinitionsMethod · 0.45
generateModulesRulesMethod · 0.45

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected