Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ getByteCount
Method
getByteCount
src/cpp/encoding/Encodings.cpp:84–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
int cpp::encoding::Utf8::getByteCount(const null&)
85
{
86
hx::NullReference(
"String"
, false);
87
return 0;
88
}
89
90
int cpp::encoding::Utf8::getByteCount(char32_t codepoint)
91
{
Callers
1
getByteCount
Function · 0.80
Calls
5
NullReference
Function · 0.85
Throw
Function · 0.85
null
Class · 0.50
getByteCount
Function · 0.50
slice
Method · 0.45
Tested by
no test coverage detected