MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / init

Method init

example/E05-HttpServer.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27class ReqeustNode : public GNode {
28 CStatus init() override {
29 auto status = CGRAPH_CREATE_GPARAM(HttpParam, EXAMPLE_PARAM_KEY);
30 return status;
31 }
32
33 CStatus run() final {
34 CGRAPH_ECHO(" ----> enter request node");

Callers 1

example_http_serverFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected