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

Method Flags

revparse.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (rs *Revspec) Flags() RevparseFlag {
38 return rs.flags
39}
40
41func newRevspecFromC(ptr *C.git_revspec, repo *Repository) *Revspec {
42 var to *Object

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected