MCPcopy
hub / github.com/jetify-com/devbox / Message

Interface Message

vscode-extension/src/devbox.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6interface Message {
7 status: string
8}
9
10const appNameBinaryMap: {[key: string]: string} = {
11 "vscodium": "codium",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected