Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ object_str
Function
object_str
v2/engine/object.c:318–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
316
*/
317
318
char const * object_str( OBJECT * obj )
319
{
320
object_validate( obj );
321
return (char const *)obj;
322
}
323
324
325
/*
Callers
15
file_query_posix_
Function · 0.85
file_dirscan_impl
Function · 0.85
remove_files_atexit
Function · 0.85
argv_from_shell
Function · 0.85
is_raw_command_request
Function · 0.85
cache_name
Function · 0.85
cache_maxage
Function · 0.85
hcache_init
Function · 0.85
hcache_done
Function · 0.85
hcache
Function · 0.85
builtin_subst
Function · 0.85
canonicWindowsPath
Function · 0.85
Calls
1
object_validate
Function · 0.85
Tested by
no test coverage detected