Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
function
popFromRing() {
20
if
(killRing.length > 1) killRing.pop();
21
return
getFromRing();
22
}
23
24
var
lastKill = null;
25
Callers
1
pasteAgain
Function · 0.70
Calls
2
getFromRing
Function · 0.70
pop
Method · 0.45
Tested by
no test coverage detected