MCPcopy Create free account
hub / github.com/idosal/git-mcp / getRepoNamespace

Function getRepoNamespace

src/api/utils/vectorStore.ts:49–53  ·  view source on GitHub ↗
(owner: string, repo: string)

Source from the content-addressed store, hash-verified

47 * @returns Namespace string
48 */
49export function getRepoNamespace(owner: string, repo: string): string {
50 // Format: owner:repo
51 // This creates a unique namespace per repository
52 return `${owner}:${repo}`;
53}
54
55/**
56 * Generate a vector ID for a specific document chunk

Callers 2

searchDocumentationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected