MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / yesNo

Function yesNo

static/js/payment.js:174–176  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

172}
173
174function yesNo(value) {
175 return value ? "是" : "否";
176}
177
178function showSessionDiagnosticPanel(text) {
179 const panel = document.getElementById("session-diagnostic-panel");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected