MCPcopy Index your code
hub / github.com/simstudioai/sim / createShortRequestId

Function createShortRequestId

apps/sim/lib/copilot/request/http.ts:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54function createShortRequestId(): string {
55 return generateRequestId()
56}
57
58export interface RequestTracker {
59 requestId: string

Callers 1

createRequestTrackerFunction · 0.85

Calls 1

generateRequestIdFunction · 0.90

Tested by

no test coverage detected