MCPcopy Index your code
hub / github.com/google/git-appraise / validateAccepted

Method validateAccepted

review/review_test.go:164–166  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

162}
163
164func (commentThread *CommentThread) validateAccepted(t *testing.T) {
165 validateAccepted(t, commentThread.Resolved)
166}
167
168func (commentThread *CommentThread) validateRejected(t *testing.T) {
169 validateRejected(t, commentThread.Resolved)

Calls 1

validateAcceptedFunction · 0.85

Tested by

no test coverage detected