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

Function object_new

v2/engine/object.c:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 */
275
276OBJECT * object_new( char const * const string )
277{
278 return object_new_range( string, strlen( string ) );
279}
280
281
282#ifndef object_copy

Callers 15

read_netstringFunction · 0.85
builtin_substFunction · 0.85
canonicWindowsPathFunction · 0.85
path_keyFunction · 0.85
list_from_pythonFunction · 0.85
call_action_ruleFunction · 0.85
var_definesFunction · 0.85
var_getFunction · 0.85
macro_headersFunction · 0.85
global_rule_nameFunction · 0.85
lookup_ruleFunction · 0.85
cwd_initFunction · 0.85

Calls 1

object_new_rangeFunction · 0.85

Tested by

no test coverage detected