MCPcopy Create free account
hub / github.com/WebFreak001/code-debug / MIInfo

Interface MIInfo

src/backend/mi_parse.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface MIInfo {
2 token: number;
3 outOfBandRecord: { isStream: boolean, type: string, asyncClass: string, output: [string, any][], content: string }[];
4 resultRecords: { resultClass: string, results: [string, any][] };
5}
6
7const octalMatch = /^[0-7]{3}/;
8function parseString(str: string): string {

Callers

nothing calls this directly

Implementers 1

MINodesrc/backend/mi_parse.ts

Calls

no outgoing calls

Tested by

no test coverage detected