MCPcopy 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
320char const * object_str( OBJECT * obj )
321{
322 object_validate( obj );
323 return (char const *)obj;
324}
325
326
327/*

Callers 15

headersFunction · 0.85
headers1Function · 0.85
check_definedFunction · 0.85
class_module_nameFunction · 0.85
import_base_ruleFunction · 0.85
make_class_moduleFunction · 0.85
builtin_system_registryFunction · 0.85
yyerrorFunction · 0.85
yylineFunction · 0.85
do_token_warningFunction · 0.85
symdumpFunction · 0.85

Calls 1

object_validateFunction · 0.85

Tested by

no test coverage detected