Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
GFunction::GFunction() {
30
this->element_type_ = GElementType::FUNCTION;
31
session_ = URandom<>::generateSession(CGRAPH_STR_FUNCTION);
32
}
33
34
35
CStatus GFunction::init() {
Callers
nothing calls this directly
Calls
1
generateSession
Function · 0.85
Tested by
no test coverage detected