(ns, key string)
| 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) |
no outgoing calls