MCPcopy
hub / github.com/dbolya/yolact / save_settings

Function save_settings

web/scripts/viewer.js:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25function save_settings() {
26 Cookies.set('settings', settings);
27}
28
29function load_settings() {
30 var new_settings = Cookies.getJSON('settings');

Callers 2

make_sliderFunction · 0.85
make_toggleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected