MCPcopy
hub / github.com/google/gts / Logger

Interface Logger

src/cli.ts:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24import * as execa from 'execa';
25
26export interface Logger {
27 log: (...args: Array<{}>) => void;
28 error: (...args: Array<{}>) => void;
29 dir: (obj: {}, options?: {}) => void;
30}
31
32export interface Options {
33 dryRun: 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…