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

Function free_path_key_entry

v2/engine/pathnt.c:286–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284
285
286static void free_path_key_entry( void * xentry, void * const data )
287{
288 path_key_entry * const entry = (path_key_entry *)xentry;
289 object_free( entry->path );
290 object_free( entry->key );
291}
292
293
294void path_done( void )

Callers

nothing calls this directly

Calls 1

object_freeFunction · 0.85

Tested by

no test coverage detected