MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / constructor

Method constructor

lib/edge-runtime/llmResponseCache.ts:18–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 private orgId: number;
17
18 constructor() {
19 this.matchConvId = null;
20 this.messages = [];
21 this.analyticsMessages = null;
22 this.orgId = -1;
23 }
24
25 async initialize(
26 userMessage: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected