MCPcopy Create free account
hub / github.com/adriancable/eternal / CheckKey

Method CheckKey

doom/src/tarray.h:726–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724 //=======================================================================
725
726 VT *CheckKey (const KT key)
727 {
728 Node *n = FindKey(key);
729 return n != NULL ? &n->Pair.Value : NULL;
730 }
731
732 const VT *CheckKey (const KT key) const
733 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected