MCPcopy Create free account
hub / github.com/rilldata/rill / Valid

Method Valid

admin/server/reports.go:921–927  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

919)
920
921func (m WebOpenMode) Valid() bool {
922 switch m {
923 case WebOpenModeRecipient, WebOpenModeCreator, WebOpenModeNone:
924 return true
925 }
926 return false
927}
928
929func parseReportAnnotations(annotations map[string]string) reportAnnotations {
930 if annotations == nil {

Callers 5

toBillingIssueRowFunction · 0.45
GetReportMetaMethod · 0.45
yamlForManagedReportMethod · 0.45
ProvisionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected