MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / trace

Function trace

experimental/scripting/deprecated/api.worker.js:2–7  ·  view source on GitHub ↗

Basic method wrappers

(text)

Source from the content-addressed store, hash-verified

1/** Basic method wrappers **/
2function trace(text){
3 self.postMessage(JSON.stringify({
4 "action":"Trace",
5 "obj":text
6 }));
7};
8
9function foreach(dtype, f){
10 for(var x in dtype){

Callers 4

loadFunction · 0.70
GraphicsContextFunction · 0.50
CommentObjectFunction · 0.50
libBase.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected