MCPcopy Create free account
hub / github.com/Snapchat/Valdi / constructor

Method constructor

valdi/vscode_debugger/src/targets/node/lease-file.ts:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 private updateInterval: NodeJS.Timer;
31
32 constructor() {
33 this.touch();
34 this.updateInterval = setInterval(() => this.touch(), LeaseFile.updateInterval);
35 }
36
37 /**
38 * Returns whether the given file path points to a valid lease.

Callers

nothing calls this directly

Calls 2

touchMethod · 0.95
setIntervalFunction · 0.50

Tested by

no test coverage detected