MCPcopy Create free account
hub / github.com/3rdparty/libprocess / get

Method get

src/tests/metrics_tests.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70{
71public:
72 double get()
73 {
74 return 42.0;
75 }
76
77 Future<double> fail()
78 {

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected