MCPcopy Create free account
hub / github.com/cnlimiter/codex-manager / error

Function error

tests/test_settings_proxy_batch_delete.cjs:100–102  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

98 toastCalls.push({ type: 'success', message });
99 },
100 error(message) {
101 toastCalls.push({ type: 'error', message });
102 },
103 info(message) {
104 toastCalls.push({ type: 'info', message });
105 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected