Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cactus-compute/cactus
/ test_unicode
Function
test_unicode
tests/test_index.cpp:237–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
}
236
237
bool test_unicode() {
238
IndexFixture f(
"test_unicode"
);
239
if (!f.init()) return false;
240
241
f.add(1,
"Hello 世界 🌍"
);
242
return f.get(1).second ==
"Hello 世界 🌍"
;
243
}
244
245
bool test_constructor() {
246
{
Callers
1
main
Function · 0.85
Calls
3
init
Method · 0.45
add
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected