Skip to content

verifyKernels

github-actions[bot] edited this page May 30, 2026 · 1 revision

moon-sighting v1.1.1


moon-sighting / verifyKernels

Function: verifyKernels()

verifyKernels(config?): Promise<{ errors: string[]; ok: boolean; }>

Defined in: api/index.ts:221

Verify that locally cached kernels exist (and match checksums if supplied).

Parameters

config?

KernelConfig

Optional kernel config (to customize cache directory or checksum)

Returns

Promise<{ errors: string[]; ok: boolean; }>

— ok is true when all checks pass

Clone this wiki locally