Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ longlong2str
Method
longlong2str
src/StringUtils.cpp:222–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
std::string
223
StringUtils::longlong2str(INT64 i)
224
{
225
ostringstream oss;
226
oss << i;
227
return oss.str();
228
}
229
230
231
void
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected