MCPcopy
hub / github.com/Kong/insomnia / Options

Interface Options

packages/insomnia-inso/src/db/index.ts:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41) => Promise<Database | null>;
42
43interface Options {
44 workingDir?: string;
45 appDataDir?: string;
46 filterTypes?: (keyof Database)[];
47 src?: string;
48}
49
50export const loadDb = async ({
51 workingDir,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected