MCPcopy Index your code
hub / github.com/Keyang/node-csvtojson / destroy

Method destroy

src/ProcessFork.ts:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 });
22 }
23 destroy(): Promise<void> {
24 this.childProcess.kill();
25 return Promise.resolve();
26 }
27 childProcess: ChildProcess;
28 inited: boolean = false;
29 private resultBuf: ProcessLineResult[] = [];

Callers 8

fFunction · 0.45
uFunction · 0.45
fFunction · 0.45
uFunction · 0.45
ConverterFunction · 0.45
constructorMethod · 0.45
destroyWorkerFunction · 0.45
Converter.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected