Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Threadfin/Threadfin
/ resetLogs
Function
resetLogs
html/js/logs_ts.js:34–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}, 10);
33
}
34
function
resetLogs() {
35
var
cmd =
"resetLogs"
;
36
var
data =
new
Object();
37
var
server =
new
Server(cmd);
38
server.request(data);
39
}
Callers
nothing calls this directly
Calls
1
request
Method · 0.95
Tested by
no test coverage detected