MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel /

Class

packages/db/src/buffers/base-buffer.ts:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56export type AddObserver = (obs: AddObservation) => void;
57
58export class BaseBuffer {
59 name: string;
60 logger: ILogger;
61 lockKey: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected