MCPcopy Index your code
hub / github.com/coder/coder / IsAGPL

Function IsAGPL

buildinfo/buildinfo.go:113–115  ·  view source on GitHub ↗

IsAGPL returns true if this is an AGPL build.

()

Source from the content-addressed store, hash-verified

111
112// IsAGPL returns true if this is an AGPL build.
113func IsAGPL() bool {
114 return strings.Contains(agpl, "t")
115}
116
117func IsBoringCrypto() bool {
118 return boringcrypto

Callers 1

defaultVersionInfoFunction · 0.92

Calls 1

ContainsMethod · 0.45

Tested by

no test coverage detected