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

Method GFunction

src/GraphCtrl/GraphElement/GAdapter/GFunction/GFunction.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29GFunction::GFunction() {
30 this->element_type_ = GElementType::FUNCTION;
31 session_ = URandom<>::generateSession(CGRAPH_STR_FUNCTION);
32}
33
34
35CStatus GFunction::init() {

Callers

nothing calls this directly

Calls 1

generateSessionFunction · 0.85

Tested by

no test coverage detected