MCPcopy
hub / github.com/digitalocean/doctl / GetString

Method GetString

doit.go:218–218  ·  view source on GitHub ↗
(ns, key string)

Source from the content-addressed store, hash-verified

216 Set(ns, key string, val any)
217 IsSet(key string) bool
218 GetString(ns, key string) (string, error)
219 GetBool(ns, key string) (bool, error)
220 GetBoolPtr(ns, key string) (*bool, error)
221 GetInt(ns, key string) (int, error)

Callers 15

GetGodoClientMethod · 0.65
GetStringMethod · 0.65
GetStringMethod · 0.65
CallMethod · 0.65
spacesKeysUpdateFunction · 0.65
RunTriggersListFunction · 0.65
buildDatabaseForkRequestFunction · 0.65

Implementers 2

LiveConfigdoit.go
TestConfigdoit.go

Calls

no outgoing calls

Tested by 2

withTestClientFunction · 0.52