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

Function IsSlim

buildinfo/buildinfo.go:103–105  ·  view source on GitHub ↗

IsSlim returns true if this is a slim build.

()

Source from the content-addressed store, hash-verified

101
102// IsSlim returns true if this is a slim build.
103func IsSlim() bool {
104 return slim
105}
106
107// HasSite returns true if the frontend is embedded in the build.
108func HasSite() bool {

Callers 1

defaultVersionInfoFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected