MCPcopy
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

registerCompilersToolFunction · 0.80
registerLibrariesToolFunction · 0.80
registerCompileToolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected