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

Method touch

valdi/vscode_debugger/src/targets/node/lease-file.ts:51–53  ·  view source on GitHub ↗

* Updates the leased file.

()

Source from the content-addressed store, hash-verified

49 * Updates the leased file.
50 */
51 public touch() {
52 writeFileSync(this.path, String(Date.now()));
53 }
54
55 /**
56 * Diposes of the callback file.

Callers 1

constructorMethod · 0.95

Calls 3

writeFileSyncFunction · 0.85
nowMethod · 0.65
StringClass · 0.50

Tested by

no test coverage detected