MCPcopy Create free account
hub / github.com/boostorg/build / object_new

Function object_new

src/engine/object.cpp:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 */
263
264OBJECT * object_new( char const * const string )
265{
266 return object_new_range( string, int32_t(strlen( string )) );
267}
268
269
270#ifndef object_copy

Callers 15

headers1Function · 0.85
class_module_nameFunction · 0.85
import_base_ruleFunction · 0.85
builtin_system_registryFunction · 0.85
get_subkey_namesFunction · 0.85
get_value_namesFunction · 0.85
yylexFunction · 0.85
outf_intFunction · 0.85
outf_doubleFunction · 0.85
outf_timeFunction · 0.85
var_definesFunction · 0.85
var_getFunction · 0.85

Calls 1

object_new_rangeFunction · 0.85

Tested by

no test coverage detected