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

Function NeedShadowRing

Singular/newstruct.cc:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 return sizeof(newstruct_desc_s);
45}
46static inline int NeedShadowRing(int t)
47{
48 return (RingDependend(t)|| (t==DEF_CMD) ||(t==LIST_CMD));
49}
50char * newstruct_String(blackbox *b, void *d)
51{
52 if (d==NULL) return omStrDup("oo");

Callers 4

newstruct_Op2Function · 0.85
newstruct_InitFunction · 0.85
scanNewstructFromStringFunction · 0.85
newstructShowFunction · 0.85

Calls 1

RingDependendFunction · 0.70

Tested by

no test coverage detected