MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / debug

Function debug

webgl/js/three.min.js:32659–32661  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32657 var scope = this;
32658
32659 function debug() {
32660 if (scope.debug) console.log.apply(console, arguments);
32661 }
32662
32663 function warn() {
32664 if (console)

Callers 3

f4Function · 0.85
getUVFunction · 0.85
three.min.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected