MCPcopy Index your code
hub / github.com/techfort/LokiJS / trace

Function trace

examples/example.js:8–12  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

6 }
7
8 function trace(message) {
9 if (typeof console !== 'undefined' && console.log) {
10 console.log(message);
11 }
12 }
13
14 // init db
15

Callers 2

sepFunction · 0.70
example.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected