MCPcopy Create free account
hub / github.com/deepnote/deepnote / ConvertResult

Interface ConvertResult

packages/cli/src/commands/convert.ts:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29export interface ConvertResult {
30 success: boolean
31 inputPath: string
32 outputPath: string
33 inputFormat: string
34 outputFormat: string
35 outputIsDirectory: boolean
36}
37
38export function createConvertAction(_program: Command): (inputPath: string, options: ConvertOptions) => Promise<void> {
39 return async (inputPath, options) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected