MCPcopy
hub / github.com/openclaw/clawsweeper / targetRepo

Function targetRepo

src/clawsweeper.ts:1804–1806  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1802}
1803
1804function targetRepo(): string {
1805 return activeRepositoryProfile.targetRepo;
1806}
1807
1808function setTargetRepo(targetRepoName: string): RepositoryProfile {
1809 activeRepositoryProfile = repositoryProfileFor(targetRepoName);

Callers 15

isMarkdownForActiveRepoFunction · 0.85
ghFunction · 0.85
ghOnceFunction · 0.85
reviewPolicyHashFunction · 0.85
scanTextFunction · 0.85
compactRelatedItemFunction · 0.85
localRelatedTitleIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected