Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/compiler-explorer/compiler-explorer
/ boolean
Method
boolean
shared/rison.ts:99–102 ·
view source on GitHub ↗
(x: boolean)
Source
from the content-addressed store, hash-verified
97
return
a.join(
''
);
98
}
99
static boolean(x: boolean) {
100
if
(x)
return
'!t'
;
101
return
'!f'
;
102
}
103
static null() {
104
return
'!n'
;
105
}
Callers
3
registerCompilersTool
Function · 0.80
registerLibrariesTool
Function · 0.80
registerCompileTool
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected