Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buggins/coolreader
/ lStr_cpy
Function
lStr_cpy
crengine/src/lvstring.cpp:302–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
300
}
301
302
size_t lStr_cpy(lChar16 * dst, const lChar16 * src)
303
{
304
return _lStr_cpy(dst, src);
305
}
306
307
size_t lStr_cpy(lChar8 * dst, const lChar8 * src)
308
{
Callers
2
GetName
Method · 0.85
GetAboutInfoText
Function · 0.85
Calls
1
_lStr_cpy
Function · 0.85
Tested by
1
GetName
Method · 0.68