MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / callback

Function callback

src/webclient/interop_web.js:358–363  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

356 interop_SaveNode__deps: ['IDBFS_getDB', 'IDBFS_storeRemoteEntry'],
357 interop_SaveNode: function(path) {
358 var callback = function(err) {
359 if (!err) return;
360 console.log(err);
361 _interop_callStringFunc('Platform_LogError', '&cError saving ' + path);
362 _interop_callStringFunc('Platform_LogError', ' &c' + err);
363 };
364
365 var stat, node, entry;
366 try {

Callers 15

Directory_EnumCoreFunction · 0.85
Directory_EnumCoreFunction · 0.85
Directory_EnumFunction · 0.85
Directory_EnumFunction · 0.85
OpenSaveFileDialogFunction · 0.85
SysFonts_DoRegisterFunction · 0.85
Nbt_ReadTagFunction · 0.85
OpenSaveFileDialogFunction · 0.85
Directory_EnumFunction · 0.85
Directory_EnumFunction · 0.85
Directory_EnumFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected