MCPcopy Create free account
hub / github.com/bridge-codes/bridge /

Class

packages/bridge/source/core/handler.ts:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22export abstract class AbstractHandler implements Handler {
23 protected nextHandler: Handler | undefined;
24
25 public setNext(handler: Handler): Handler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected