MCPcopy
hub / github.com/vectorize-io/hindsight / debug

Method debug

hindsight-all-npm/src/logger.ts:9–9  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

7 */
8export interface Logger {
9 debug(msg: string): void;
10 info(msg: string): void;
11 warn(msg: string): void;
12 error(msg: string): void;

Callers 15

logger.tsFile · 0.65
waitForReadyMethod · 0.65
detect_vector_extensionFunction · 0.65
run_migrationsFunction · 0.65
ensure_vector_extensionFunction · 0.65
startMethod · 0.65
_backlog_refresh_loopMethod · 0.65
_refresh_backlogMethod · 0.65

Implementers 1

Loggerhindsight-integrations/opencode/src/lo

Calls

no outgoing calls

Tested by

no test coverage detected