MCPcopy
hub / github.com/HisMax/RedInk / setSuccess

Function setSuccess

frontend/src/composables/useProviderForm.ts:190–192  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

188 }
189
190 function setSuccess(message: string) {
191 feedback.value = { type: 'success', message }
192 }
193
194 function setError(error: unknown, fallbackTitle = '操作失败') {
195 feedback.value = {

Callers 5

autoSaveConfigFunction · 0.85
testTextConnectionFunction · 0.85
testTextProviderInListFunction · 0.85
testImageConnectionFunction · 0.85
testImageProviderInListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected