MCPcopy Create free account
hub / github.com/beefytech/Beef / Add

Method Add

BeefySysLib/util/HashSet.h:523–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521 }
522
523 bool Add(const TKey& key)
524 {
525 if (!Insert(key, false, NULL))
526 return false;
527 return true;
528 }
529
530 bool TryAdd(const TKey& key, TKey** keyPtr)
531 {

Callers

nothing calls this directly

Calls 1

InsertFunction · 0.85

Tested by

no test coverage detected