MCPcopy
hub / github.com/cacjs/cac / MriOptions

Interface MriOptions

src/utils.ts:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44interface MriOptions {
45 alias: {
46 [k: string]: string[]
47 }
48 boolean: string[]
49}
50
51export function getMriOptions(options: Option[]): MriOptions {
52 const result: MriOptions = { alias: {}, boolean: [] }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…