MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop /

Class

examples/hello_triangle.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { App } from "./common.js";
2
3export class HelloTriangleApp extends App {
4 constructor() {
5 super("Hello Triangle");
6

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected