MCPcopy Index your code
hub / github.com/ritz078/transform / send

Method send

utils/workerWrapper.ts:56–58  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

54 }
55
56 send(str): Promise<any> {
57 return sendMsg(str, this.worker);
58 }
59}
60
61export function getWorker(Worker) {

Callers 15

transformFunction · 0.80
GraphqlToFlowFunction · 0.80
GraphqlToFragmentMatcherFunction · 0.80
GraphqlToTypescriptFunction · 0.80
JsonToProptypesFunction · 0.80
GraphqlToSchemaAstFunction · 0.80
JsonToMobxStateTreeFunction · 0.80
GraphqlToJavaFunction · 0.80

Calls 1

sendMsgFunction · 0.85

Tested by

no test coverage detected