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

Function _temp

src/components/TeleportError.tsx:175–177  ·  view source on GitHub ↗

* Gets current teleport errors that need to be resolved * @returns Set of teleport error types that need to be handled

()

Source from the content-addressed store, hash-verified

173 * @returns Set of teleport error types that need to be handled
174 */
175function _temp() {
176 gracefulShutdownSync(0);
177}
178export async function getTeleportErrors(): Promise<Set<TeleportLocalErrorType>> {
179 const errors = new Set<TeleportLocalErrorType>();
180 const [needsLogin, isGitClean] = await Promise.all([checkNeedsClaudeAiLogin(), checkIsGitClean()]);

Callers

nothing calls this directly

Calls 1

gracefulShutdownSyncFunction · 0.85

Tested by

no test coverage detected