Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
8
export
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.ts
File · 0.65
waitForReady
Method · 0.65
detect_vector_extension
Function · 0.65
_ensure_pgvector_extension_in_public
Function · 0.65
run_migrations
Function · 0.65
_migrate_table_embedding_dimension
Function · 0.65
ensure_embedding_dimension
Function · 0.65
ensure_vector_extension
Function · 0.65
ensure_text_search_extension
Function · 0.65
start
Method · 0.65
_backlog_refresh_loop
Method · 0.65
_refresh_backlog
Method · 0.65
Implementers
1
Logger
hindsight-integrations/opencode/src/lo
Calls
no outgoing calls
Tested by
no test coverage detected