MCPcopy
hub / github.com/mobile-next/mobile-mcp / MobilecliCrashEntry

Interface MobilecliCrashEntry

src/mobilecli.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { execFileSync, spawn, ChildProcess } from "node:child_process";
4
5export interface MobilecliCrashEntry {
6 processName: string;
7 timestamp: string;
8 id: string;
9}
10
11export interface MobilecliCrashesListResponse {
12 status: "ok";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected