MCPcopy Index your code
hub / github.com/quarto-dev/quarto-cli / SigningDescriptor

Interface SigningDescriptor

package/src/windows/signtool.ts:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 "C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x86/signtool.exe";
9
10export interface SigningDescriptor {
11 file: string; // The file that is signed
12 desc?: string; // Description for this file
13}
14
15export async function signtool(
16 descriptors: SigningDescriptor[],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected