MCPcopy
hub / github.com/continuedev/continue / getInstance

Method getInstance

core/data/log.ts:29–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 private constructor() {}
28
29 public static getInstance(): DataLogger {
30 if (DataLogger.instance === null) {
31 DataLogger.instance = new DataLogger();
32 }
33 return DataLogger.instance;
34 }
35
36 async addBaseValues(
37 body: Record<string, any>,

Callers 5

constructorMethod · 0.45
handleFilesChangedMethod · 0.45
callToolFromUriFunction · 0.45
log.vitest.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected