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

Function getSessionCreatedTeams

src/bootstrap/state.ts:1472–1474  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1470}
1471
1472export function getSessionCreatedTeams(): Set<string> {
1473 return STATE.sessionCreatedTeams
1474}
1475
1476// Teleported session tracking for reliability logging
1477export function setTeleportedSessionInfo(info: {

Callers 3

cleanupSessionTeamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected