MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / ktxHashList_Construct

Function ktxHashList_Construct

lib/hashlist.c:60–64  ·  view source on GitHub ↗

* @memberof ktxHashList @public * @~English * @brief Construct an empty hash list for storing key-value pairs. * * @param [in] pHead pointer to the location to write the list head. */

Source from the content-addressed store, hash-verified

58 * @param [in] pHead pointer to the location to write the list head.
59 */
60void
61ktxHashList_Construct(ktxHashList* pHead)
62{
63 *pHead = NULL;
64}
65
66
67/**

Callers 6

ktxTexture_constructFunction · 0.85
ktxHashList_CreateFunction · 0.85
constructListMethod · 0.85
resizeMethod · 0.85

Calls

no outgoing calls

Tested by 1

constructListMethod · 0.68