MCPcopy Index your code
hub / github.com/totaljs/framework / callback

Function callback

internal.js:1433–1439  ·  view source on GitHub ↗
(name, buffer, start, end)

Source from the content-addressed store, hash-verified

1431 delete self[name + 'Mark'];
1432 },
1433 callback = function(name, buffer, start, end) {
1434 if (start !== undefined && start === end)
1435 return;
1436 var callbackSymbol = 'on' + name.substr(0, 1).toUpperCase() + name.substr(1);
1437 if (callbackSymbol in self)
1438 self[callbackSymbol](buffer, start, end);
1439 },
1440 dataCallback = function(name, clear) {
1441 var markSymbol = name + 'Mark';
1442 if (!(markSymbol in self))

Callers 15

session.jsFile · 0.85
masterFunction · 0.85
mail.jsFile · 0.85
image.jsFile · 0.85
index.jsFile · 0.85
performschemaFunction · 0.85
makebundleFunction · 0.85
loadpreferencesFunction · 0.85
restorecbFunction · 0.85
doneFunction · 0.85
onSchema_callbackFunction · 0.85
compile_gzipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected