MCPcopy
hub / github.com/microsoft/monaco-editor / MetaModel

Interface MetaModel

monaco-lsp-client/generator/index.ts:73–80  ·  view source on GitHub ↗

* Interface definitions based on the metaModel schema

Source from the content-addressed store, hash-verified

71 * Interface definitions based on the metaModel schema
72 */
73interface MetaModel {
74 metaData: MetaData;
75 requests: Request[];
76 notifications: Notification[];
77 structures: Structure[];
78 enumerations: Enumeration[];
79 typeAliases: TypeAlias[];
80}
81
82interface MetaData {
83 version: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…