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

Method Free

note.go:226–229  ·  view source on GitHub ↗

Free frees the note interator

()

Source from the content-addressed store, hash-verified

224
225// Free frees the note interator
226func (v *NoteIterator) Free() {
227 runtime.SetFinalizer(v, nil)
228 C.git_note_iterator_free(v.ptr)
229}
230
231// Next returns the current item (note id & annotated id) and advances the
232// iterator internally to the next item

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected