MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __string_hash_remove

Function __string_hash_remove

src/hx/Hash.cpp:866–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864}
865
866bool __string_hash_remove(Dynamic &ioHash,String inKey)
867{
868 StringHashBase *hash = static_cast<StringHashBase *>(ioHash.GetPtr());
869 if (!hash)
870 return false;
871 return hash->remove(inKey);
872}
873
874Array<String> __string_hash_keys(Dynamic &ioHash)
875{

Callers 2

__RemoveMethod · 0.85
__hxcpp_anon_removeFunction · 0.85

Calls 2

GetPtrMethod · 0.80
removeMethod · 0.80

Tested by

no test coverage detected