MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / getEditorConfig

Method getEditorConfig

src/pkg/config/config.ts:337–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335 }
336
337 getEditorConfig() {
338 return this._get<string>("editor_config", editorDefaultConfig);
339 }
340
341 setEditorConfig(v: string) {
342 if (v === "") {

Callers 1

registerEditorFunction · 0.80

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected