MCPcopy Create free account
hub / github.com/ZenNotes/zennotes /

Class

tooling/scripts/sidebar-vim-smoke.mjs:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 })
107}
108class Cdp {
109 constructor(url) { this.url = url; this.id = 1; this.pending = new Map(); this.listeners = new Map() }
110 connect() {
111 return new Promise((res, rej) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected