MCPcopy Create free account
hub / github.com/beefytech/Beef / operator()

Method operator()

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:387–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387size_t BfNonGenericMethodRef::Hash::operator()(const BfNonGenericMethodRef& val) const
388{
389 return (val.mTypeInstance->mTypeId << 10) ^ val.mMethodNum;
390}
391
392//////////////////////////////////////////////////////////////////////////
393

Callers

nothing calls this directly

Calls 2

HashClass · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected