Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ object_str
Function
object_str
src/engine/object.cpp:320–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
*/
319
320
char const * object_str( OBJECT * obj )
321
{
322
object_validate( obj );
323
return (char const *)obj;
324
}
325
326
327
/*
Callers
15
headers
Function · 0.85
headers1
Function · 0.85
check_defined
Function · 0.85
class_module_name
Function · 0.85
import_base_rule
Function · 0.85
make_class_module
Function · 0.85
builtin_system_registry
Function · 0.85
builtin_system_registry_names
Function · 0.85
yyerror
Function · 0.85
yyline
Function · 0.85
do_token_warning
Function · 0.85
symdump
Function · 0.85
Calls
1
object_validate
Function · 0.85
Tested by
no test coverage detected