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

Method watch

packages/ethereum-viewer/src/fs/fileSystemProvider.ts:258–261  ·  view source on GitHub ↗
(_resource: vscode.Uri)

Source from the content-addressed store, hash-verified

256 this._emitter.event;
257
258 watch(_resource: vscode.Uri): vscode.Disposable {
259 // ignore, fires for all changes...
260 return new vscode.Disposable(() => {});
261 }
262
263 private _fireSoon(...events: vscode.FileChangeEvent[]): void {
264 this._bufferedEvents.push(...events);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected