Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ stat
Function
stat
src/fileSystem/sftp.js:655–657 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
653
return
sftp.exists();
654
},
655
stat() {
656
return
sftp.stat();
657
},
658
get localName() {
659
return
sftp.localName;
660
},
Callers
nothing calls this directly
Calls
1
stat
Method · 0.45
Tested by
no test coverage detected