MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / getScriptListColumnWidth

Method getScriptListColumnWidth

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

Source from the content-addressed store, hash-verified

372
373 // 设置脚本列表列宽度
374 getScriptListColumnWidth() {
375 return this._get<{ [key: string]: number }>("script_list_column_width", {});
376 }
377
378 setScriptListColumnWidth(val: { [key: string]: number }) {
379 this._set("script_list_column_width", val);

Callers 1

ScriptTableFunction · 0.80

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected