MCPcopy Create free account
hub / github.com/p2r3/convert / init

Method init

test/MockedHandler.ts:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13 ready: boolean = false;
14 init() {
15 this.ready = true;
16 return Promise.resolve();
17 }
18 doConvert(inputFiles: FileData[], inputFormat: FileFormat, outputFormat: FileFormat, args?: string[]): Promise<FileData[]> {
19 return Promise.resolve(inputFiles);
20 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected