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

Function sep

examples/example.js:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2 try {
3 // firefox needs these helper functions defined before they are used
4 function sep() {
5 trace('//---------------------------------------------//');
6 }
7
8 function trace(message) {
9 if (typeof console !== 'undefined' && console.log) {

Callers 1

example.jsFile · 0.85

Calls 1

traceFunction · 0.70

Tested by

no test coverage detected