MCPcopy
hub / github.com/claude-code-best/claude-code / getWorkload

Function getWorkload

src/utils/workloadContext.ts:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}>()
31
32export function getWorkload(): string | undefined {
33 return workloadStorage.getStore()?.workload
34}
35
36/**
37 * Wrap `fn` in a workload ALS context. ALWAYS establishes a new context

Callers 3

getUserAgentFunction · 0.85
getAttributionHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected