MCPcopy Create free account
hub / github.com/Bistutu/FluentRead / _sendSuccessMessage

Function _sendSuccessMessage

entrypoints/utils/tip.ts:11–13  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

9}
10
11function _sendSuccessMessage(message: string) {
12 ElMessage({message: prefix + message, type: 'success'});
13}
14
15// 使用防抖函数包装,1s 内只能发送一次消息
16export const sendErrorMessage = throttle(_sendErrorMessage, 1000);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected