Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
276
OBJECT * 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_netstring
Function · 0.85
builtin_subst
Function · 0.85
canonicWindowsPath
Function · 0.85
path_key
Function · 0.85
list_from_python
Function · 0.85
call_action_rule
Function · 0.85
var_defines
Function · 0.85
var_get
Function · 0.85
macro_headers
Function · 0.85
global_rule_name
Function · 0.85
lookup_rule
Function · 0.85
cwd_init
Function · 0.85
Calls
1
object_new_range
Function · 0.85
Tested by
no test coverage detected