Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
264
OBJECT * 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
headers1
Function · 0.85
class_module_name
Function · 0.85
import_base_rule
Function · 0.85
builtin_system_registry
Function · 0.85
get_subkey_names
Function · 0.85
get_value_names
Function · 0.85
yylex
Function · 0.85
outf_int
Function · 0.85
outf_double
Function · 0.85
outf_time
Function · 0.85
var_defines
Function · 0.85
var_get
Function · 0.85
Calls
1
object_new_range
Function · 0.85
Tested by
no test coverage detected