Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ get_value
Method
get_value
DSView/pv/prop/bool.cpp:73–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
GVariant* Bool::get_value()
74
{
75
GVariant *const value = _getter ? _getter() : NULL;
76
77
return value;
78
}
79
80
void Bool::commit()
81
{
Callers
5
set_cur_snap_samplerate
Method · 0.45
get_property_value
Method · 0.45
default_vDialValue
Method · 0.45
default_factor
Method · 0.45
get_vDial
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected