MCPcopy Create free account
hub / github.com/covscript/covscript / remove

Function remove

sources/instance/type_ext.cpp:1045–1048  ·  view source on GitHub ↗

Operations

Source from the content-addressed store, hash-verified

1043
1044// Operations
1045 void remove(list &lst, const var &val)
1046 {
1047 lst.remove(val);
1048 }
1049
1050 void reverse(list &lst)
1051 {

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected