MCPcopy Create free account
hub / github.com/boostorg/build / debug_object_write

Function debug_object_write

src/engine/debugger.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115static void debug_object_write( FILE * out, OBJECT * data )
116{
117 debug_string_write( out, object_str( data ) );
118}
119
120static OBJECT * debug_object_read( FILE * in )
121{

Callers 2

debug_list_writeFunction · 0.85
debug_frame_writeFunction · 0.85

Calls 2

debug_string_writeFunction · 0.85
object_strFunction · 0.85

Tested by

no test coverage detected