Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
static void debug_object_write( FILE * out, OBJECT * data )
116
{
117
debug_string_write( out, object_str( data ) );
118
}
119
120
static OBJECT * debug_object_read( FILE * in )
121
{
Callers
2
debug_list_write
Function · 0.85
debug_frame_write
Function · 0.85
Calls
2
debug_string_write
Function · 0.85
object_str
Function · 0.85
Tested by
no test coverage detected