MCPcopy Create free account
hub / github.com/libgit2/git2go / From

Method From

revparse.go:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (rs *Revspec) From() *Object {
34 return rs.from
35}
36
37func (rs *Revspec) Flags() RevparseFlag {
38 return rs.flags

Callers 1

TestRevparseFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestRevparseFunction · 0.64