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

Function stref_make

StereoKitC/libraries/stref.cpp:251–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249///////////////////////////////////////////
250
251stref_t stref_make(const char *aSource) {
252 stref_t result;
253 result.start = aSource;
254 result.length = (uint32_t)strlen(aSource);
255 result.temp_end = 0;
256 result.temp = false;
257 return result;
258}
259
260///////////////////////////////////////////
261

Callers 5

modelfmt_objFunction · 0.85
modelfmt_stl_text_smoothFunction · 0.85
modelfmt_stl_text_flatFunction · 0.85
platform_pop_path_newFunction · 0.85
anchor_stage_initFunction · 0.85

Calls 1

strlenFunction · 0.85

Tested by

no test coverage detected