MCPcopy
hub / github.com/deepnote/deepnote / RejectedCandidate

Interface RejectedCandidate

packages/convert/src/snapshot/resolve-init.ts:111–114  ·  view source on GitHub ↗

A sibling `.deepnote` candidate that was inspected but rejected as the init source.

Source from the content-addressed store, hash-verified

109
110/** A sibling `.deepnote` candidate that was inspected but rejected as the init source. */
111interface RejectedCandidate {
112 path: string
113 reason: string
114}
115
116/** Resolves the init notebook for a `DeepnoteFile`, composing `[init, ...notebooks]` from a sibling `.deepnote` when not self-contained, else failing closed. */
117export async function resolveAndComposeInit(loaded: LoadedRunnableFile): Promise<ResolveAndComposeInitResult> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected