Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ object_validate
Function
object_validate
src/engine/object.c:240–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
239
240
static void object_validate( OBJECT * obj )
241
{
242
assert( obj );
243
assert( object_get_item( obj )->header.magic == OBJECT_MAGIC );
244
}
245
246
247
/*
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