Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
25
function
save_settings() {
26
Cookies.set(
'settings'
, settings);
27
}
28
29
function
load_settings() {
30
var
new_settings = Cookies.getJSON(
'settings'
);
Callers
2
make_slider
Function · 0.85
make_toggle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected