MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / GetSecrets

Method GetSecrets

tsunami/engine/clientimpl.go:503–511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

501}
502
503func (c *ClientImpl) GetSecrets() map[string]SecretMeta {
504 c.SecretsLock.Lock()
505 defer c.SecretsLock.Unlock()
506 secretsCopy := make(map[string]SecretMeta, len(c.Secrets))
507 for k, v := range c.Secrets {
508 secretsCopy[k] = v
509 }
510 return secretsCopy
511}
512
513func (c *ClientImpl) GetAppManifest() AppManifest {
514 appMeta := c.GetAppMeta()

Callers 1

GetAppManifestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected