MCPcopy Create free account
hub / github.com/apache/skywalking-nodejs / Tag

Interface Tag

src/Tag.ts:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 */
19
20export interface Tag {
21 readonly key: string;
22 readonly overridable: boolean;
23 val: string;
24}
25
26export default {
27 coldStartKey: 'coldStart',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected