Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ EndCommandSupportsArguments
Method
EndCommandSupportsArguments
Source/cmFunctionBlocker.h:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
virtual cm::string_view EndCommandName() const = 0;
40
41
virtual bool EndCommandSupportsArguments() const { return true; }
42
43
virtual bool ArgumentsMatch(cmListFileFunction const& lff,
44
cmMakefile& mf) const = 0;
Callers
1
IsFunctionBlocked
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected