MCPcopy
hub / github.com/CodeboxIDE/codebox / complete

Function complete

client/vendors/socket.io.js:1587–1593  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

1585 , options = this.options;
1586
1587 function complete (data) {
1588 if (data instanceof Error) {
1589 self.onError(data.message);
1590 } else {
1591 fn.apply(null, data.split(':'));
1592 }
1593 };
1594
1595 var url = [
1596 'http' + (options.secure ? 's' : '') + ':/'

Callers 1

socket.io.jsFile · 0.70

Calls 1

initIframeFunction · 0.85

Tested by

no test coverage detected