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

Method refcount

kernel/fglm/fglmvec.cc:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 return this;
86 }
87 int refcount () const
88 {
89 return ref_count;
90 }
91 BOOLEAN isUnique () const
92 {
93 return ref_count == 1;

Callers 1

makeUniqueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected