Skip to main content

verifySourceFile

verifySourceFile(sourcePath: string, seedPath: string, expected: Digest, signal?: AbortSignal): Promise<VerifyInfo>

Verify the trusted seed hash, then perform the complete source pass.

Parameters

NameTypeDescription
sourcePathstringParameter sourcePath of verifySourceFile.
seedPathstringParameter seedPath of verifySourceFile.
expectedDigestParameter expected of verifySourceFile.
signalAbortSignalParameter signal of verifySourceFile.

Returns

Promise<VerifyInfo>

Source

This page is generated from SDK source metadata and the translation catalog.