MCPcopy Index your code
hub / github.com/Doorman11991/smallcode / setStreaming

Method setStreaming

src/tui/fullscreen.js:1085–1088  ·  view source on GitHub ↗
(streaming)

Source from the content-addressed store, hash-verified

1083 }
1084
1085 setStreaming(streaming) {
1086 this.isStreaming = streaming;
1087 this.render();
1088 }
1089
1090 setModel(name) {
1091 this.model = name;

Callers 3

runTUIFunction · 0.95
streamFinalResponseFunction · 0.80
streamFinalResponseFunction · 0.80

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected