MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / popFromRing

Function popFromRing

lib/web/kill.js:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19function popFromRing() {
20 if (killRing.length > 1) killRing.pop();
21 return getFromRing();
22}
23
24var lastKill = null;
25

Callers 1

pasteAgainFunction · 0.70

Calls 2

getFromRingFunction · 0.70
popMethod · 0.45

Tested by

no test coverage detected