Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CGraph
/ setup
Method
setup
example/E05-HttpServer.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
16
struct HttpParam : public GParam {
17
CStatus setup() override {
18
val_ = 0;
19
return CStatus();
20
}
21
22
int val_ {0};
23
int loop_ {0};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected