MCPcopy Create free account
hub / github.com/code100x/mobile-magic /

Class

mobile-magic/apps/worker/parser.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10*/
11
12export class ArtifactProcessor {
13 public currentArtifact: string;
14 private onFileContent: (filePath: string, fileContent: string) => void;
15 private onShellCommand: (shellCommand: string) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected