deprecated: You should use `CachedMemory()` instead.
()
| 115 | |
| 116 | // deprecated: You should use `CachedMemory()` instead. |
| 117 | func GetCachedMemory() (current int, allowed int, err error) { |
| 118 | return CachedMemory() |
| 119 | } |
| 120 | |
| 121 | func SetCacheMaxSize(maxSize int) error { |
| 122 | return setSizet(C.GIT_OPT_SET_CACHE_MAX_SIZE, maxSize) |
nothing calls this directly
no test coverage detected
searching dependent graphs…