Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
func
SetMwindowSize(size int) error {
77
return
setSizet(C.GIT_OPT_SET_MWINDOW_SIZE, size)
78
}
79
80
func
MwindowMappedLimit() (int, error) {
81
return
getSizet(C.GIT_OPT_GET_MWINDOW_MAPPED_LIMIT)
Callers
1
TestMmapSizes
Function · 0.85
Calls
1
setSizet
Function · 0.85
Tested by
1
TestMmapSizes
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…