MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / PrintAppManifest

Method PrintAppManifest

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

Source from the content-addressed store, hash-verified

525}
526
527func (c *ClientImpl) PrintAppManifest() {
528 manifest := c.GetAppManifest()
529 manifestJSON, err := json.MarshalIndent(manifest, "", " ")
530 if err != nil {
531 fmt.Printf("Error marshaling manifest: %v\n", err)
532 return
533 }
534 fmt.Println("<AppManifest>")
535 fmt.Println(string(manifestJSON))
536 fmt.Println("</AppManifest>")
537}

Callers 1

PrintAppManifestFunction · 0.80

Calls 1

GetAppManifestMethod · 0.95

Tested by

no test coverage detected