MCPcopy
hub / github.com/codeaashu/claude-code / setCseShimGate

Function setCseShimGate

src/bridge/sessionIdCompat.ts:21–23  ·  view source on GitHub ↗
(gate: () => boolean)

Source from the content-addressed store, hash-verified

19 * init code that already imports bridgeEnabled.ts.
20 */
21export function setCseShimGate(gate: () => boolean): void {
22 _isCseShimEnabled = gate
23}
24
25/**
26 * Re-tag a `cse_*` session ID to `session_*` for use with the v1 compat API.

Callers 1

initReplBridgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected