DeleteByFileForPrincipal deletes the entry for the specified PR, principal, and file.
(ctx context.Context, prID int64, principalID int64, filePath string)
| 548 | |
| 549 | // DeleteByFileForPrincipal deletes the entry for the specified PR, principal, and file. |
| 550 | DeleteByFileForPrincipal(ctx context.Context, prID int64, principalID int64, filePath string) error |
| 551 | |
| 552 | // MarkObsolete updates all entries of the files as obsolete for the PR. |
| 553 | MarkObsolete(ctx context.Context, prID int64, filePaths []string) error |
no outgoing calls
no test coverage detected