MCPcopy
hub / github.com/danielmiessler/Fabric / constructor

Method constructor

web/src/lib/services/ChatService.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 private validator: LanguageValidator;
41
42 constructor() {
43 this.validator = new LanguageValidator(get(languageStore));
44 }
45
46 private async fetchStream(
47 request: ChatRequest,

Callers

nothing calls this directly

Calls 1

getFunction · 0.50

Tested by

no test coverage detected