Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dillo-browser/dillo
/ appendBool
Method
appendBool
lout/misc.hh:598–598 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
596
inline void appendPointer(void *p)
597
{ char buf[32]; sprintf (buf,
"%p"
, p); append (buf); }
598
inline void appendBool(bool b) { append (b ?
"true"
:
"false"
); }
599
void appendNoCopy(char *str);
600
const char *getChars();
601
void clear ();
Callers
1
intoStringBuffer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected