MCPcopy Create free account
hub / github.com/DustinBrett/daedalOS / callback

Function callback

public/Program Files/ClassiCube/ClassiCube.js:5061–5066  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

5059 };
5060 }function _interop_SaveNode(path) {
5061 var callback = function(err) {
5062 if (!err) return;
5063 console.log(err);
5064 ccall('Platform_LogError', 'void', ['string'], ['&cError saving ' + path]);
5065 ccall('Platform_LogError', 'void', ['string'], [' &c' + err]);
5066 };
5067
5068 var stat, node, entry;
5069 try {

Callers 15

callRuntimeCallbacksFunction · 0.85
removeRunDependencyFunction · 0.85
magick.jsFile · 0.85
doneFunction · 0.85
doCallbackFunction · 0.85
effect.jsFile · 0.85
asyncVariantMethod · 0.85
removeRunDependencyFunction · 0.85
doCallbackFunction · 0.85
removeRunDependencyFunction · 0.85
doCallbackFunction · 0.85
removeRunDependencyFunction · 0.85

Calls 2

ccallFunction · 0.70
logMethod · 0.45

Tested by

no test coverage detected