MCPcopy Create free account
hub / github.com/Singular/Singular / check_context

Method check_context

Singular/dyn_modules/pyobject/pyobject.cc:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 ptr_type check_context(ptr_type ptr) const {
121 if(ptr) sync_contexts();
122 return ptr;
123 }
124 /// Unary operations
125 self operator()(int op) const
126 {

Callers

nothing calls this directly

Calls 1

sync_contextsFunction · 0.85

Tested by

no test coverage detected