MCPcopy Index your code
hub / github.com/zenstackhq/zenstack / createZModelServices

Function createZModelServices

packages/language/src/module.ts:151–153  ·  view source on GitHub ↗
(logToConsole = false)

Source from the content-addressed store, hash-verified

149
150// TODO: proper logging system
151export function createZModelServices(logToConsole = false) {
152 return createZModelLanguageServices(NodeFileSystem, logToConsole);
153}

Callers 2

loadDocumentFunction · 0.90
formatDocumentFunction · 0.90

Calls 1

Tested by

no test coverage detected