MCPcopy 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

12import * as vscode from "vscode";
13
14export 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