MCPcopy Create free account
hub / github.com/dethcrypto/dethcode / stat

Method stat

packages/ethereum-viewer/src/fs/fileSystemProvider.ts:60–62  ·  view source on GitHub ↗
(uri: vscode.Uri)

Source from the content-addressed store, hash-verified

58 // --- manage file metadata
59
60 stat(uri: vscode.Uri): vscode.FileStat {
61 return this._lookup(uri, false);
62 }
63
64 readDirectory(uri: vscode.Uri): [string, vscode.FileType][] {
65 const entry = this._lookupAsDirectory(uri, false);

Callers

nothing calls this directly

Calls 1

_lookupMethod · 0.95

Tested by

no test coverage detected