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

Method tryLock

src/GraphCtrl/GraphParam/GParam.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74
75CBool GParam::tryLock() {
76 return _param_shared_lock_.try_lock();
77}
78
79CGRAPH_NAMESPACE_END

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected