MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / string_make

Function string_make

StereoKitC/libraries/stref.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22///////////////////////////////////////////
23
24char *string_make(stref_t &ref) {
25 char *result = string_copy(stref_withend(ref));
26 stref_remend(ref);
27 return result;
28}
29
30///////////////////////////////////////////
31

Callers

nothing calls this directly

Calls 3

string_copyFunction · 0.85
stref_withendFunction · 0.85
stref_remendFunction · 0.85

Tested by

no test coverage detected