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

Function MwindowSize

settings.go:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70}
71
72func MwindowSize() (int, error) {
73 return getSizet(C.GIT_OPT_GET_MWINDOW_SIZE)
74}
75
76func SetMwindowSize(size int) error {
77 return setSizet(C.GIT_OPT_SET_MWINDOW_SIZE, 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…