MCPcopy
hub / github.com/dthree/cash / ls

Function ls

test/ls.js:23–32  ·  view source on GitHub ↗
(path, opts)

Source from the content-addressed store, hash-verified

21};
22
23function ls(path, opts) {
24 opts = opts || {};
25 opts.options = opts.options || {};
26 try {
27 return cash.ls(path, opts);
28 } catch (e) {
29 console.log(e);
30 throw e;
31 }
32}
33
34// Appveyor creates some problems
35// that I can't reproduce on any Windows

Callers 1

ls.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected