Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ applyArg
Function
applyArg
Source/Falcor/Testing/UnitTest.h:320–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
};
319
320
inline void applyArg(Options& options, Tags&& arg)
321
{
322
options.tags.insert(arg.tags.begin(), arg.tags.end());
323
}
324
325
inline void applyArg(Options& options, Skip&& arg)
326
{
Callers
1
applyArgs
Function · 0.85
Calls
4
string
Function · 0.85
insert
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected