Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ A
Method
A
tests/coroutines/source/array_proxy_lifetime.cpp:34–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
struct A {
33
public:
34
A(int value_) : value(value_) {
35
}
36
int value;
37
38
int getValue() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected