MCPcopy Create free account
hub / github.com/bugy/script-server / ADD_LOG_CHUNK

Function ADD_LOG_CHUNK

web-src/src/main-app/store/scriptExecutor.js:149–151  ·  view source on GitHub ↗
(state, chunk)

Source from the content-addressed store, hash-verified

147 },
148
149 ADD_LOG_CHUNK(state, chunk) {
150 state.logChunks.push(chunk);
151 },
152
153 SET_PROMPT_TEXT(state, text) {
154 state.inputPromptText = text;

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected