MCPcopy Index your code
hub / github.com/unconed/TermKit / callback

Function callback

HTML/client/shell.js:97–105  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

95 var that = this,
96 rel = this.counter++,
97 callback = function (message) {
98 if (message.environment) {
99 that.environment = message.environment;
100 }
101
102 delete that.frames[rel];
103
104 exit(message.success, message.args, message);
105 };
106
107 this.frames[rel] = frame;
108

Callers 11

protocol.jsFile · 0.50
misc.jsFile · 0.50
mockClientFunction · 0.50
mockShellFunction · 0.50
autocomplete.jsFile · 0.50
loadScriptFunction · 0.50
jquery.jsFile · 0.50
jquery-1.5.1.jsFile · 0.50
eachLineFunction · 0.50
jquery-1.4.2.jsFile · 0.50
outputfactory.jsFile · 0.50

Calls 1

exitFunction · 0.50

Tested by

no test coverage detected