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

Method Deletions

diff.go:243–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241}
242
243func (stats *DiffStats) Deletions() int {
244 ret := int(C.git_diff_stats_deletions(stats.ptr))
245 runtime.KeepAlive(stats)
246 return ret
247}
248
249func (stats *DiffStats) FilesChanged() int {
250 ret := int(C.git_diff_stats_files_changed(stats.ptr))

Callers 1

TestDiffTreeToTreeFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestDiffTreeToTreeFunction · 0.64