Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PenguLoader/PenguLoader
/ commit
Function
commit
plugins/src/preload/api/DataStore.ts:17–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
function
commit() {
18
var
object = Object.fromEntries(data_);
19
native.SaveDataStore(JSON.stringify(object));
20
}
21
22
window.DataStore = {
23
Callers
2
set
Function · 0.85
remove
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected