()
| 206 | } |
| 207 | |
| 208 | func 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"). |
nothing calls this directly
no test coverage detected