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

Function MwindowMappedLimit

settings.go:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func MwindowMappedLimit() (int, error) {
81 return getSizet(C.GIT_OPT_GET_MWINDOW_MAPPED_LIMIT)
82}
83
84func SetMwindowMappedLimit(size int) error {
85 return setSizet(C.GIT_OPT_SET_MWINDOW_MAPPED_LIMIT, size)

Callers 1

TestMmapSizesFunction · 0.85

Calls 1

getSizetFunction · 0.85

Tested by 1

TestMmapSizesFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…