MCPcopy
hub / github.com/google/git-appraise / Write

Method Write

review/request/request.go:101–104  ·  view source on GitHub ↗

Write writes a review request as a JSON-formatted git note.

()

Source from the content-addressed store, hash-verified

99
100// Write writes a review request as a JSON-formatted git note.
101func (request *Request) Write() (repository.Note, error) {
102 bytes, err := json.Marshal(request)
103 return repository.Note(bytes), err
104}

Callers 10

abandonReviewFunction · 0.45
requestReviewFunction · 0.45
FromFileFunction · 0.45
TestGetBaseCommitFunction · 0.45
TestRebaseDetachedHeadFunction · 0.45
AddCommentMethod · 0.45
RebaseMethod · 0.45
RebaseAndSignMethod · 0.45
AddDetachedCommentFunction · 0.45
VerifyFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestGetBaseCommitFunction · 0.36
TestRebaseDetachedHeadFunction · 0.36