Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PenguLoader/PenguLoader
/ remove
Function
remove
plugins/src/preload/api/DataStore.ts:46–50 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
44
},
45
46
remove(key) {
47
var
result = data().delete(String(key));
48
commit();
49
return
result;
50
}
51
}
Callers
nothing calls this directly
Calls
2
data
Function · 0.85
commit
Function · 0.85
Tested by
no test coverage detected