MCPcopy
hub / github.com/Doorman11991/smallcode / setModel

Method setModel

src/tui/fullscreen.js:1090–1093  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1088 }
1089
1090 setModel(name) {
1091 this.model = name;
1092 this.render();
1093 }
1094
1095 setTokenInfo(info) {
1096 this.tokenInfo = info || '';

Callers

nothing calls this directly

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected