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

Function indent

examples/files/zip/main.js:29–31  ·  view source on GitHub ↗
(level)

Source from the content-addressed store, hash-verified

27let archive = new ZIP(buffer);
28
29function indent(level) {
30 trace('..'.repeat(level));
31}
32
33function iterateZipDirectory(directory, level) {
34 let item, root = archive.iterate(directory);

Callers 1

iterateZipDirectoryFunction · 0.85

Calls 1

repeatMethod · 0.80

Tested by

no test coverage detected