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

Function _sendErrorMessage

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

Source from the content-addressed store, hash-verified

5const prefix = "";
6
7function _sendErrorMessage(message: string) {
8 ElMessage({message: prefix + message, type: 'error'});
9}
10
11function _sendSuccessMessage(message: string) {
12 ElMessage({message: prefix + message, type: 'success'});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected