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

Method insert

src/GraphCtrl/GraphElement/GElementRepository.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "GGroup/GGroupInclude.h"
12
13CGRAPH_NAMESPACE_BEGIN
14
15CVoid GElementRepository::insert(GElementPtr ptr) {
16 CGRAPH_ASSERT_NOT_NULL_THROW_ERROR(ptr)
17 elements_.insert(ptr);
18}
19
20
21CBool GElementRepository::find(GElementPtr ptr) const {

Callers 15

changeMethod · 0.80
test_performance_04Function · 0.80
test_functional_04Function · 0.80
loadElementMethod · 0.80
loadDaemonMethod · 0.80
__create_4pyMethod · 0.80
getGParamFunction · 0.80
addMethod · 0.80
fetchMethod · 0.80
addDependGElementsMethod · 0.80
waitGElementMethod · 0.80
GMessageManager.hFile · 0.80

Calls

no outgoing calls

Tested by 2

test_performance_04Function · 0.64
test_functional_04Function · 0.64