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

Method pop_front

Singular/dyn_modules/python/interpreter_support.cc:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77 }
78 leftv pop_front()
79 {
80 assume(args!=NULL);
81 leftv res=args;
82 args=args->next;
83 res->next=NULL;
84 return res;
85 }
86 int length()
87 {
88 leftv v=args;

Callers 3

traverseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected