Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
351
bool Properties::has(std::string_view name) const
352
{
353
return mJson->find(name) != mJson->end();
354
}
355
356
template<typename T>
357
void Properties::setInternal(std::string_view name, const T& value)
Callers
6
AccumulatePass
Method · 0.45
parseProperties
Method · 0.45
parseProperties
Method · 0.45
CPU_TEST
Function · 0.45
testPropertyType
Function · 0.45
react-dom.min.js
File · 0.45
Calls
1
end
Method · 0.45
Tested by
2
CPU_TEST
Function · 0.36
testPropertyType
Function · 0.36