Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
249
func
(stats *DiffStats) FilesChanged() int {
250
ret := int(C.git_diff_stats_files_changed(stats.ptr))
251
runtime.KeepAlive(stats)
252
return
ret
253
}
254
255
type
DiffStatsFormat int
256
Callers
1
TestDiffTreeToTree
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestDiffTreeToTree
Function · 0.64