Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ setColour
Method
setColour
tests/include/catch.hpp:10214–10217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10212
10213
private:
10214
void setColour( const char* _escapeCode ) {
10215
getCurrentContext().getConfig()->stream()
10216
<<
'\033'
<< _escapeCode;
10217
}
10218
};
10219
10220
bool useColourOnPlatform() {
Callers
nothing calls this directly
Calls
1
stream
Method · 0.45
Tested by
no test coverage detected