MCPcopy
hub / github.com/semaphoreui/semaphore / GetLastCommitMessage

Method GetLastCommitMessage

db_lib/GitRepository.go:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67func (r GitRepository) GetLastCommitMessage() (msg string, err error) {
68 return r.Client.GetLastCommitMessage(r)
69}
70
71func (r GitRepository) GetLastCommitHash() (hash string, err error) {
72 return r.Client.GetLastCommitHash(r)

Callers 1

checkoutRepositoryMethod · 0.95

Calls 1

GetLastCommitMessageMethod · 0.65

Tested by

no test coverage detected