MCPcopy Create free account
hub / github.com/F-Stack/f-stack / HashFindData

Method HashFindData

adapter/micro_thread/hash_list.h:137–144  ·  view source on GitHub ↗

* @brief hash lookup key. */

Source from the content-addressed store, hash-verified

135 * @brief hash lookup key.
136 */
137 void* HashFindData(HashKey* key) {
138 HashKey* item = HashFind(key);
139 if (!item) {
140 return NULL;
141 } else {
142 return item->_data_ptr;
143 }
144 };
145
146
147 /**

Callers 3

GetTcpKeepConnMethod · 0.80
RemoveTcpKeepConnMethod · 0.80
CacheTcpKeepConnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected