MCPcopy 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
17function commit() {
18 var object = Object.fromEntries(data_);
19 native.SaveDataStore(JSON.stringify(object));
20}
21
22window.DataStore = {
23

Callers 2

setFunction · 0.85
removeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected