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

Method testString

lib/nodets/test/test_handler.ts:268–274  ·  view source on GitHub ↗
(
    thing: string,
    callback: (err: any, result: string) => void,
  )

Source from the content-addressed store, hash-verified

266 this.syncHandler.testOneway(sleepFor);
267 }
268 testString(
269 thing: string,
270 callback: (err: any, result: string) => void,
271 ): Q.IPromise<string> {
272 callback(null, thing);
273 return Q.resolve();
274 }
275 testByte(
276 thing: number,
277 callback: (err: any, result: number) => void,

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.85

Tested by

no test coverage detected