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

Function _sendSuccessMessage

static/src/utils/tip.js:9–11  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

7}
8
9function _sendSuccessMessage(message) {
10 ElMessage({message: prefix + message, type: 'success'});
11}
12
13// limit the frequency of function calls
14export function throttle(fn, interval) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected