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

Function PrintAppManifest

tsunami/app/defaultclient.go:208–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206}
207
208func PrintAppManifest() {
209 client := engine.GetDefaultClient()
210 client.PrintAppManifest()
211}
212
213// ReadStaticFile reads a file from the embedded static filesystem.
214// The path MUST start with "static/" (e.g., "static/config.json").

Callers

nothing calls this directly

Calls 2

GetDefaultClientFunction · 0.92
PrintAppManifestMethod · 0.80

Tested by

no test coverage detected