| 10 | #include "../GraphElement/GElementInclude.h" |
| 11 | |
| 12 | CGRAPH_NAMESPACE_BEGIN |
| 13 | |
| 14 | GAspectObject::GAspectObject() { |
| 15 | session_ = URandom<>::generateSession(CGRAPH_STR_ASPECT); |
| 16 | } |
| 17 | |
| 18 | |
| 19 | const std::string& GAspectObject::getName() const { |
nothing calls this directly
no test coverage detected