MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / test

Method test

tests/basic/test-cached-value.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31struct Value
32{
33 double test() const
34 {
35 return d + i;
36 }
37
38 double d;
39 int i;

Callers 1

testFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected