MCPcopy 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
318char 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_implFunction · 0.85
remove_files_atexitFunction · 0.85
argv_from_shellFunction · 0.85
is_raw_command_requestFunction · 0.85
cache_nameFunction · 0.85
cache_maxageFunction · 0.85
hcache_initFunction · 0.85
hcache_doneFunction · 0.85
hcacheFunction · 0.85
builtin_substFunction · 0.85
canonicWindowsPathFunction · 0.85

Calls 1

object_validateFunction · 0.85

Tested by

no test coverage detected