MCPcopy Index your code
hub / github.com/coder/mux / getAutoRetryPreferencePath

Method getAutoRetryPreferencePath

src/node/services/agentSession.ts:910–912  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

908 }
909
910 private getAutoRetryPreferencePath(): string {
911 return path.join(this.config.getSessionDir(this.workspaceId), AUTO_RETRY_PREFERENCE_FILE);
912 }
913
914 setLegacyAutoRetryEnabledHint(enabled: boolean): void {
915 this.assertNotDisposed("setLegacyAutoRetryEnabledHint");

Calls 1

getSessionDirMethod · 0.65

Tested by

no test coverage detected