MCPcopy Create free account
hub / github.com/isomorphic-git/isomorphic-git / message

Method message

src/models/GitCommit.js:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43 // Todo: allow setting the headers and message
44 message() {
45 return GitCommit.justMessage(this._commit)
46 }
47
48 parse() {
49 return Object.assign({ message: this.message() }, this.headers())

Callers 1

parseMethod · 0.95

Calls 1

justMessageMethod · 0.80

Tested by

no test coverage detected