MCPcopy 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
73GVariant* Bool::get_value()
74{
75 GVariant *const value = _getter ? _getter() : NULL;
76
77 return value;
78}
79
80void Bool::commit()
81{

Callers 5

get_property_valueMethod · 0.45
default_vDialValueMethod · 0.45
default_factorMethod · 0.45
get_vDialMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected