Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ AssignString
Method
AssignString
extern/ttmath/ttmathmisc.h:72–75 ·
view source on GitHub ↗
! result = str */
Source
from the content-addressed store, hash-verified
70
result = str
71
*/
72
static void AssignString(std::string & result, const char * str)
73
{
74
result = str;
75
}
76
77
78
#ifndef TTMATH_DONT_USE_WCHAR
Callers
nothing calls this directly
Calls
2
clear
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected