mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-19 21:18:22 +02:00
feat: add @actions/cache
This commit is contained in:
parent
b15fb7d098
commit
16e8c96a41
1932 changed files with 261172 additions and 10 deletions
17
node_modules/@opentelemetry/api/build/esm/trace/spancontext-utils.d.ts
generated
vendored
Normal file
17
node_modules/@opentelemetry/api/build/esm/trace/spancontext-utils.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
import { Span } from './span';
|
||||
import { SpanContext } from './span_context';
|
||||
export declare function isValidTraceId(traceId: string): boolean;
|
||||
export declare function isValidSpanId(spanId: string): boolean;
|
||||
/**
|
||||
* Returns true if this {@link SpanContext} is valid.
|
||||
* @return true if this {@link SpanContext} is valid.
|
||||
*/
|
||||
export declare function isSpanContextValid(spanContext: SpanContext): boolean;
|
||||
/**
|
||||
* Wrap the given {@link SpanContext} in a new non-recording {@link Span}
|
||||
*
|
||||
* @param spanContext span context to be wrapped
|
||||
* @returns a new non-recording {@link Span} with the provided context
|
||||
*/
|
||||
export declare function wrapSpanContext(spanContext: SpanContext): Span;
|
||||
//# sourceMappingURL=spancontext-utils.d.ts.map
|
Loading…
Add table
Add a link
Reference in a new issue