Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ BracketsFormattedHexString
Function
BracketsFormattedHexString
src/CppUTest/SimpleString.cpp:680–683 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
678
}
679
680
SimpleString BracketsFormattedHexString(SimpleString hexString)
681
{
682
return SimpleString(
"(0x"
) + hexString +
")"
;
683
}
684
685
/*
686
* ARM compiler has only partial support for C++11.
Callers
1
BracketsFormattedHexStringFrom
Function · 0.85
Calls
1
SimpleString
Class · 0.85
Tested by
no test coverage detected