MCPcopy Create free account
hub / github.com/javascriptdata/danfojs / setTableMaxColInConsole

Method setTableMaxColInConsole

src/danfojs-base/shared/config.ts:58–60  ·  view source on GitHub ↗
(val: number)

Source from the content-addressed store, hash-verified

56 }
57
58 setTableMaxColInConsole(val: number) {
59 this.tableMaxColInConsole = val;
60 }
61
62 get getTableMaxColInConsole(): number {
63 return this.tableMaxColInConsole;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected