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

Function CachedMemory

settings.go:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112func CachedMemory() (current int, allowed int, err error) {
113 return getSizetSizet(C.GIT_OPT_GET_CACHED_MEMORY)
114}
115
116// deprecated: You should use `CachedMemory()` instead.
117func GetCachedMemory() (current int, allowed int, err error) {

Callers 2

TestCachedMemoryFunction · 0.85
GetCachedMemoryFunction · 0.85

Calls 1

getSizetSizetFunction · 0.85

Tested by 1

TestCachedMemoryFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…