Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
166
func
gitCommit() string {
167
if
gitCommitStamp !=
""
{
168
return
gitCommitStamp
169
}
170
return
getEmbeddedInfo().commit
171
}
172
173
func
gitDirty() bool {
174
if
gitDirtyStamp {
Callers
2
GetMeta
Function · 0.85
print.go
File · 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…