MCPcopy Index your code
hub / github.com/codeaashu/claude-code / onEnvironmentLost

Function onEnvironmentLost

src/bridge/replBridge.ts:1070–1076  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1068 )
1069 },
1070 async onEnvironmentLost() {
1071 const success = await reconnectEnvironmentWithSession()
1072 if (!success) {
1073 return null
1074 }
1075 return { environmentId, environmentSecret }
1076 },
1077 onWorkReceived: (
1078 workSessionId: string,
1079 ingressToken: string,

Callers 1

startWorkPollLoopFunction · 0.85

Calls 1

Tested by

no test coverage detected