Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bbidulock/icewm
/ newRefString
Function
newRefString
src/testarray.cc:362–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
360
typedef ref<stringcounted> refstring;
361
362
inline refstring newRefString(const char *str) {
363
return refstring(new stringcounted(str));
364
}
365
366
static void test_refstr() {
367
typedef YRefArray<stringcounted> array_t;
Callers
1
test_refstr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected