Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ ValueHolderFactory
Method
ValueHolderFactory
tests/gtest/gtest.h:2077–2077 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2075
class ValueHolderFactory {
2076
public:
2077
ValueHolderFactory() {}
2078
virtual ~ValueHolderFactory() {}
2079
virtual ValueHolder* MakeNewHolder() const = 0;
2080
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected