MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / clear_log

Function clear_log

g2all/700/module/utils.js:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33function getLogConsole() {
34 if (logConsole !== undefined) {
35 return logConsole;
36 }
37
38 var el = document.getElementById("console");
39 if (!el) {
40 el = document.createElement("pre");

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected