MCPcopy Index your code
hub / github.com/rilldata/rill / IsDev

Method IsDev

cli/pkg/cmdutil/helper.go:130–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128}
129
130func (h *Helper) IsDev() bool {
131 return h.Version.IsDev()
132}
133
134func (h *Helper) IsAuthenticated() bool {
135 return h.AdminToken() != ""

Callers 15

TelemetryMethod · 0.45
DefaultProdSlotsFunction · 0.45
DefaultDevSlotsFunction · 0.45
ServeMethod · 0.45
completionCmdFunction · 0.45
verifyInstallCmdFunction · 0.45
RootCmdFunction · 0.45
DeployCmdFunction · 0.45
DevtoolCmdFunction · 0.45
JwtCmdFunction · 0.45
GitPushCmdFunction · 0.45
DeployCmdFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected