Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
function
yesNo(value) {
175
return
value ?
"是"
:
"否"
;
176
}
177
178
function
showSessionDiagnosticPanel(text) {
179
const
panel = document.getElementById(
"session-diagnostic-panel"
);
Callers
1
formatSessionDiagnosticPayload
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected