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