Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ commit
Method
commit
DSView/pv/prop/double.cpp:83–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void Double::commit()
84
{
85
assert(_setter);
86
87
if (!_spin_box)
88
return;
89
90
_setter(g_variant_new_double(_spin_box->value()));
91
}
92
93
void Double::on_value_changed(double)
94
{
Callers
nothing calls this directly
Calls
1
value
Method · 0.45
Tested by
no test coverage detected