mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 03:00:13 +08:00
7 lines
210 B
TypeScript
7 lines
210 B
TypeScript
export declare enum TraceFlags {
|
|
/** Represents no flag set. */
|
|
NONE = 0,
|
|
/** Bit to represent whether trace is sampled in trace flags. */
|
|
SAMPLED = 1
|
|
}
|
|
//# sourceMappingURL=trace_flags.d.ts.map
|