Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conforma/cli
/ NewGitTracker
Function
NewGitTracker
internal/tracker/git.go:42–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
NewGitTracker() *gitTracker {
43
g := gitTracker{}
44
g.repositories = &sync.Map{}
45
46
return
&g
47
}
48
49
func
(g gitTracker) Close(ctx context.Context) {
50
fs := utils.FS(ctx)
Callers
1
trackGitReferences
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected