Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ object_validate
Function
object_validate
src/engine/object.cpp:279–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
278
279
static void object_validate( OBJECT * obj )
280
{
281
assert( obj );
282
assert( object_get_item( obj )->header.magic == OBJECT_MAGIC );
283
}
284
285
286
/*
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