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

Function isMarkdownForActiveRepo

src/clawsweeper.ts:1956–1958  ·  view source on GitHub ↗
(markdown: string, file?: string)

Source from the content-addressed store, hash-verified

1954}
1955
1956function isMarkdownForActiveRepo(markdown: string, file?: string): boolean {
1957 return markdownRepository(markdown, file) === targetRepo();
1958}
1959
1960function evidenceEntry(options: Partial<Evidence> & Pick<Evidence, "label" | "detail">): Evidence {
1961 return {

Callers 6

localRelatedTitleIndexFunction · 0.85
reportEntriesForDirFunction · 0.85
applyArtifactsCommandFunction · 0.85
reconcileFoldersFunction · 0.85

Calls 2

markdownRepositoryFunction · 0.85
targetRepoFunction · 0.85

Tested by

no test coverage detected