MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / has

Method has

Source/Falcor/Utils/Properties.cpp:351–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351bool Properties::has(std::string_view name) const
352{
353 return mJson->find(name) != mJson->end();
354}
355
356template<typename T>
357void Properties::setInternal(std::string_view name, const T& value)

Callers 6

AccumulatePassMethod · 0.45
parsePropertiesMethod · 0.45
parsePropertiesMethod · 0.45
CPU_TESTFunction · 0.45
testPropertyTypeFunction · 0.45
react-dom.min.jsFile · 0.45

Calls 1

endMethod · 0.45

Tested by 2

CPU_TESTFunction · 0.36
testPropertyTypeFunction · 0.36