verifySourceFile
verifySourceFile(sourcePath: string, seedPath: string, expected: Digest, signal?: AbortSignal): Promise<VerifyInfo>
Verify the trusted seed hash, then perform the complete source pass.
Parameters
| Name | Type | Description |
|---|---|---|
sourcePath | string | Parameter sourcePath of verifySourceFile. |
seedPath | string | Parameter seedPath of verifySourceFile. |
expected | Digest | Parameter expected of verifySourceFile. |
signal | AbortSignal | Parameter signal of verifySourceFile. |
Returns
Promise<VerifyInfo>
Source
This page is generated from SDK source metadata and the translation catalog.