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

Function testOneway

lib/nodejs/test/test_handler.mjs:208–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206
207//console.log('testOneway(' + sleepFor + ') => JavaScript (like Rust) never sleeps!');
208function testOneway() {}
209
210function testOnewayAsync(sleepFor) {
211 testOneway(sleepFor);

Callers 2

onewayTestFunction · 0.85
testOnewayAsyncFunction · 0.85

Calls

no outgoing calls

Tested by 1

onewayTestFunction · 0.68