MCPcopy Create free account
hub / github.com/VCVRack/Rack / get

Function get

include/random.hpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82template <typename T>
83T get() {
84 // Call operator()() and cast by default
85 return local()();
86}
87
88template <>
89inline uint32_t get() {

Callers 11

subscribeInputMethod · 0.85
subscribeOutputMethod · 0.85
refreshMethod · 0.85
fromJsonMethod · 0.85
createContextMenuMethod · 0.85
onActionMethod · 0.85
operator->Method · 0.85
WeakPtrClass · 0.85
getMajorMethod · 0.85
getMinorMethod · 0.85
getRevisionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected