Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ addressToWord
Function
addressToWord
src/OSspecific/POSIX/printStack.C:84–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
83
84
inline word addressToWord(const uintptr_t addr)
85
{
86
OStringStream nStream;
87
nStream <<
"0x"
<< hex << addr;
88
return nStream.str();
89
}
90
91
92
void printSourceFileAndLine
Callers
1
printSourceFileAndLine
Function · 0.85
Calls
1
str
Method · 0.45
Tested by
no test coverage detected