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

Function getTeamMemorySyncEndpoint

src/services/teamMemorySync/index.ts:163–167  ·  view source on GitHub ↗
(repoSlug: string)

Source from the content-addressed store, hash-verified

161}
162
163function getTeamMemorySyncEndpoint(repoSlug: string): string {
164 const baseUrl =
165 process.env.TEAM_MEMORY_SYNC_URL || getOauthConfig().BASE_API_URL
166 return `${baseUrl}/api/claude_code/team_memory?repo=${encodeURIComponent(repoSlug)}`
167}
168
169function getAuthHeaders(): {
170 headers?: Record<string, string>

Callers 3

fetchTeamMemoryOnceFunction · 0.85
fetchTeamMemoryHashesFunction · 0.85
uploadTeamMemoryFunction · 0.85

Calls 1

getOauthConfigFunction · 0.85

Tested by

no test coverage detected