MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getAppIcon

Function getAppIcon

src/utils/computerUse/executor.ts:633–635  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

631 },
632
633 async getAppIcon(path: string): Promise<string | undefined> {
634 return cu.apps.iconDataUrl(path) ?? undefined
635 },
636
637 async listRunningApps(): Promise<RunningApp[]> {
638 return cu.apps.listRunning()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected