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

Function debug_lol_write

src/engine/debugger.cpp:177–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177static void debug_lol_write( FILE * out, LOL * lol )
178{
179 int i;
180 debug_int_write( out, lol->count );
181 for ( i = 0; i < lol->count; ++i )
182 {
183 debug_list_write( out, lol_get( lol, i ) );
184 }
185}
186
187static void debug_lol_read( FILE * in, LOL * lol )
188{

Callers 1

debug_frame_writeFunction · 0.85

Calls 3

debug_int_writeFunction · 0.85
debug_list_writeFunction · 0.85
lol_getFunction · 0.85

Tested by

no test coverage detected