Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Threadfin/Threadfin
/ updateLog
Function
updateLog
html/js/log.js:4–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
4
function
updateLog() {
5
var
data =
new
Object();
6
data[
"cmd"
] =
"getLog"
;
7
Threadfin(data);
8
writeLogInDiv();
9
return
10
}
11
12
function
writeLogInDiv() {
13
var
logs = log[
"log"
];
Callers
1
PageReady
Function · 0.70
Calls
2
writeLogInDiv
Function · 0.85
Threadfin
Function · 0.70
Tested by
no test coverage detected