MCPcopy Create free account
hub / github.com/ZingerLittleBee/ServerBee / write

Method write

apps/web/vite/dev-proxy.ts:35–35  ·  view source on GitHub ↗
(chunk: string)

Source from the content-addressed store, hash-verified

33interface WsSocketLike {
34 destroy?(): void
35 write?(chunk: string): void
36}
37
38export interface DevProxyHookEventMap {

Calls

no outgoing calls

Tested by

no test coverage detected