()
| 128 | } |
| 129 | |
| 130 | func (c *graphCommitNode) Commit() (*object.Commit, error) { |
| 131 | return object.GetCommit(c.gci.s, c.hash) |
| 132 | } |
| 133 | |
| 134 | func (c *graphCommitNode) String() string { |
| 135 | return fmt.Sprintf( |
nothing calls this directly
no test coverage detected