Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ getLatestArgsPassed
Method
getLatestArgsPassed
tests/unit/StepCallChainTest.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
const InvokeArgs* getLatestArgsPassed() const {
23
return latestArgsPtr;
24
}
25
26
private:
27
mutable const InvokeArgs* latestArgsPtr;
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected