MCPcopy Index your code
hub / github.com/cnlimiter/codex-manager / info

Function info

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

Source from the content-addressed store, hash-verified

101 toastCalls.push({ type: 'error', message });
102 },
103 info(message) {
104 toastCalls.push({ type: 'info', message });
105 },
106 },
107 confirm: async () => true,
108 format: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected