MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / getPath

Function getPath

src/fileSystem/externalFs.js:101–105  ·  view source on GitHub ↗
(uri, filename)

Source from the content-addressed store, hash-verified

99 },
100
101 getPath(uri, filename) {
102 return new Promise((resolve, reject) => {
103 sdcard.getPath(uri, filename, resolve, reject);
104 });
105 },
106
107 async stats(uri) {
108 const storageList = helpers.parseJSON(localStorage.getItem("storageList"));

Callers

nothing calls this directly

Calls 1

getPathMethod · 0.65

Tested by

no test coverage detected