A sibling `.deepnote` candidate that was inspected but rejected as the init source.
| 109 | |
| 110 | /** A sibling `.deepnote` candidate that was inspected but rejected as the init source. */ |
| 111 | interface 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. */ |
| 117 | export async function resolveAndComposeInit(loaded: LoadedRunnableFile): Promise<ResolveAndComposeInitResult> { |
nothing calls this directly
no outgoing calls
no test coverage detected