MCPcopy 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
4function updateLog() {
5 var data = new Object();
6 data["cmd"] = "getLog";
7 Threadfin(data);
8 writeLogInDiv();
9 return
10}
11
12function writeLogInDiv() {
13 var logs = log["log"];

Callers 1

PageReadyFunction · 0.70

Calls 2

writeLogInDivFunction · 0.85
ThreadfinFunction · 0.70

Tested by

no test coverage detected