Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ ~RunnableImpl
Method
~RunnableImpl
tests/gtest/gtest.h:1785–1785 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1783
param_(param) {
1784
}
1785
virtual ~RunnableImpl() {}
1786
virtual void Run() {
1787
func_(param_);
1788
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected