MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / showInfo

Function showInfo

web/src/helpers/utils.js:135–137  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

133}
134
135export function showInfo(message) {
136 Toast.info(message);
137}
138
139export function showNotice(message, isHTML = false) {
140 if (isHTML) {

Callers 15

handleSubmitFunction · 0.90
sendVerificationCodeFunction · 0.90
handleSubmitFunction · 0.90
handleSubmitFunction · 0.90
ChannelsTable.jsFile · 0.90
submitTagEditFunction · 0.90
testAllChannelsFunction · 0.90
updateAllChannelsBalanceFunction · 0.90
updateChannelBalanceFunction · 0.90
sendVerificationCodeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected