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

Method Free

blame.go:132–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130}
131
132func (blame *Blame) Free() error {
133 if blame.ptr == nil {
134 return ErrInvalid
135 }
136 runtime.SetFinalizer(blame, nil)
137 C.git_blame_free(blame.ptr)
138 blame.ptr = nil
139 return nil
140}
141
142type BlameHunk struct {
143 LinesInHunk uint16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected