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

Function debug_int_read

src/engine/debugger.cpp:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141static int debug_int_read( FILE * in )
142{
143 OBJECT * str = debug_object_read( in );
144 int result = atoi( object_str( str ) );
145 object_free( str );
146 return result;
147}
148
149static void debug_list_write( FILE * out, LIST * l )
150{

Callers 4

debug_lol_readFunction · 0.85
debug_frame_readFunction · 0.85

Calls 3

debug_object_readFunction · 0.85
object_strFunction · 0.85
object_freeFunction · 0.85

Tested by

no test coverage detected