MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / setStorage

Function setStorage

src/app/script/api/storage_script.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31namespace script {
32 void setStorage(const script::Value& value, const std::string& key, const std::string& domain) {
33 storage[domain][key] = value;
34 }
35}
36
37class StorageScriptObject : public script::ScriptObject {

Callers 4

onChangeMethod · 0.85
onValueChangeMethod · 0.85
setTextSilentMethod · 0.85
onChangeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected