MCPcopy Create free account
hub / github.com/apache/thrift / callback

Function callback

lib/nodejs/test/header.test.js:105–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 },
104 "Should handle large messages without crashing": function (assert) {
105 const callback = function () {};
106 const onData = TFramedTransport.receiver(callback);
107
108 const largeChunkSize = 2 * 100 * 1024 * 1024;

Callers 15

runMethod · 0.85
connection.jsFile · 0.85
TestForCompletionFunction · 0.85
testDriverFunction · 0.85
parseThriftFunction · 0.85
TestForCompletionFunction · 0.85
testVoidMethod · 0.85
testMapMapMethod · 0.85
testInsanityMethod · 0.85
testStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected