MCPcopy Create free account
hub / github.com/coder/envbuilder / revision

Function revision

buildinfo/version.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26)
27
28func revision() (string, bool) {
29 return find("vcs.revision")
30}
31
32func find(key string) (string, bool) {
33 readBuildInfo.Do(func() {

Callers 1

VersionFunction · 0.85

Calls 1

findFunction · 0.85

Tested by

no test coverage detected