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

Method GetBackupDefaultOrg

cli/pkg/dotrill/dotrill.go:127–129  ·  view source on GitHub ↗

GetBackupDefaultOrg loads the backedup default org

()

Source from the content-addressed store, hash-verified

125
126// GetBackupDefaultOrg loads the backedup default org
127func (d DotRill) GetBackupDefaultOrg() (string, error) {
128 return d.Get(ConfigFilename, BackupDefaultOrgConfigKey)
129}
130
131// SetBackupDefaultOrg saves the backedup default org
132func (d DotRill) SetBackupDefaultOrg(orgName string) error {

Callers 1

UnassumeUserFunction · 0.80

Calls 1

GetMethod · 0.95

Tested by

no test coverage detected