MCPcopy Index your code
hub / github.com/bugy/script-server / ADD_INLINE_IMAGE

Function ADD_INLINE_IMAGE

web-src/src/main-app/store/scriptExecutor.js:161–163  ·  view source on GitHub ↗
(state, {output_path, download_url})

Source from the content-addressed store, hash-verified

159 },
160
161 ADD_INLINE_IMAGE(state, {output_path, download_url}) {
162 Vue.set(state.inlineImages, output_path, download_url);
163 },
164
165 SET_STATUS(state, status) {
166 state.status = status;

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected