MCPcopy Index your code
hub / github.com/tailscale/tailscale / gitCommit

Function gitCommit

version/version.go:166–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164})
165
166func gitCommit() string {
167 if gitCommitStamp != "" {
168 return gitCommitStamp
169 }
170 return getEmbeddedInfo().commit
171}
172
173func gitDirty() bool {
174 if gitDirtyStamp {

Callers 2

GetMetaFunction · 0.85
print.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…