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

Function SetMwindowSize

settings.go:76–78  ·  view source on GitHub ↗
(size int)

Source from the content-addressed store, hash-verified

74}
75
76func SetMwindowSize(size int) error {
77 return setSizet(C.GIT_OPT_SET_MWINDOW_SIZE, size)
78}
79
80func MwindowMappedLimit() (int, error) {
81 return getSizet(C.GIT_OPT_GET_MWINDOW_MAPPED_LIMIT)

Callers 1

TestMmapSizesFunction · 0.85

Calls 1

setSizetFunction · 0.85

Tested by 1

TestMmapSizesFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…