MCPcopy 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
84int cpp::encoding::Utf8::getByteCount(const null&)
85{
86 hx::NullReference("String", false);
87 return 0;
88}
89
90int cpp::encoding::Utf8::getByteCount(char32_t codepoint)
91{

Callers 1

getByteCountFunction · 0.80

Calls 5

NullReferenceFunction · 0.85
ThrowFunction · 0.85
nullClass · 0.50
getByteCountFunction · 0.50
sliceMethod · 0.45

Tested by

no test coverage detected