MCPcopy Create free account
hub / github.com/codeaashu/claude-code / environmentId

Function environmentId

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

Source from the content-addressed store, hash-verified

1680 return currentSessionId
1681 },
1682 get environmentId() {
1683 return environmentId
1684 },
1685 getSSESequenceNum() {
1686 // lastTransportSequenceNum only updates when a transport is CLOSED
1687 // (captured at swap/onClose). During normal operation the CURRENT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected