Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dethcrypto/dethcode
/
Class
packages/ethereum-viewer/src/fs/fileSystemProvider.ts:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
import
* as vscode from
"vscode"
;
13
14
export
class
File implements vscode.FileStat {
15
type
: vscode.FileType;
16
ctime: number;
17
mtime: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected