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

Method FilesChanged

diff.go:249–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247}
248
249func (stats *DiffStats) FilesChanged() int {
250 ret := int(C.git_diff_stats_files_changed(stats.ptr))
251 runtime.KeepAlive(stats)
252 return ret
253}
254
255type DiffStatsFormat int
256

Callers 1

TestDiffTreeToTreeFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestDiffTreeToTreeFunction · 0.64