MCPcopy
hub / github.com/conwnet/github1s / provideCodeReview

Method provideCodeReview

extensions/github1s/src/adapters/types.ts:237–242  ·  view source on GitHub ↗
(
		repo: string,
		id: string,
	)

Source from the content-addressed store, hash-verified

235
236 // optionally return changed files (if `files` exists can reduce api calls)
237 provideCodeReview(
238 repo: string,
239 id: string,
240 ): Promisable<(CodeReview & { sourceSha: string; targetSha: string; files?: ChangedFile[] }) | null> {
241 return null;
242 }
243
244 provideCodeReviewChangedFiles(repo: string, id: string, options?: CommonQueryOptions): Promisable<ChangedFile[]> {
245 return [];

Callers 2

checkCodeReviewExistsFunction · 0.45
CodeReviewManagerClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected