Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ object_validate
Function
object_validate
v2/engine/object.c:239–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
238
239
static void object_validate( OBJECT * obj )
240
{
241
assert( obj );
242
assert( object_get_item( obj )->header.magic == OBJECT_MAGIC );
243
}
244
245
246
/*
Callers
5
object_copy
Function · 0.85
object_free
Function · 0.85
object_str
Function · 0.85
object_equal
Function · 0.85
object_hash
Function · 0.85
Calls
1
object_get_item
Function · 0.85
Tested by
no test coverage detected