MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/utils/claudeInChrome/chromeNativeHost.ts:440–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438 * async reads with a buffer.
439 */
440class ChromeMessageReader {
441 private buffer = Buffer.alloc(0)
442 private pendingResolve: ((value: string | null) => void) | null = null
443 private closed = false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected