MCPcopy
hub / github.com/songquanpeng/one-api / showSuccess

Function showSuccess

web/air/src/helpers/utils.js:108–110  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

106}
107
108export function showSuccess(message) {
109 Toast.success(message);
110}
111
112export function showInfo(message) {
113 Toast.info(message);

Callers 15

deleteHistoryLogsFunction · 0.90
logoutFunction · 0.90
UsersTable.jsFile · 0.90
handleSubmitFunction · 0.90
sendVerificationCodeFunction · 0.90
handleSubmitFunction · 0.90
checkUpdateFunction · 0.90
copyTextFunction · 0.90
sendCodeFunction · 0.90
generateAccessTokenFunction · 0.90
handleAffLinkClickFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected