Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/libgit2/git2go
/ Reset
Method
Reset
walk.go:36–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
func
(v *RevWalk) Reset() {
37
C.git_revwalk_reset(v.ptr)
38
runtime.KeepAlive(v)
39
}
40
41
func
(v *RevWalk) Push(id *Oid) error {
42
runtime.LockOSThread()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected