Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ #cacheFile
Method
#cacheFile
src/fileSystem/ftp.js:315–320 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
313
}
314
315
get #cacheFile() {
316
return
Url.join(
317
CACHE_STORAGE,
318
"ftp"
+ Url.join(this.#origin, this.#path).hashCode(),
319
);
320
}
321
322
async
#isConnected() {
323
if
(!this.#conId)
return
false;
Callers
nothing calls this directly
Calls
1
hashCode
Method · 0.80
Tested by
no test coverage detected