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

Method GetAppManifest

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

Source from the content-addressed store, hash-verified

511}
512
513func (c *ClientImpl) GetAppManifest() AppManifest {
514 appMeta := c.GetAppMeta()
515 configSchema := GenerateConfigSchema(c.Root)
516 dataSchema := GenerateDataSchema(c.Root)
517 secrets := c.GetSecrets()
518
519 return AppManifest{
520 AppMeta: appMeta,
521 ConfigSchema: configSchema,
522 DataSchema: dataSchema,
523 Secrets: secrets,
524 }
525}
526
527func (c *ClientImpl) PrintAppManifest() {
528 manifest := c.GetAppManifest()

Callers 1

PrintAppManifestMethod · 0.95

Calls 4

GetAppMetaMethod · 0.95
GetSecretsMethod · 0.95
GenerateConfigSchemaFunction · 0.85
GenerateDataSchemaFunction · 0.85

Tested by

no test coverage detected