Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructor
Method · 0.95
Calls
3
writeFileSync
Function · 0.85
now
Method · 0.65
String
Class · 0.50
Tested by
no test coverage detected