MCPcopy Create free account
hub / github.com/HelenOS/helenos / Foo

Class Foo

uspace/lib/cpp/src/__bits/test/functional.cpp:56–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 struct Foo
57 {
58 int add(int a)
59 {
60 return a + data;
61 }
62
63 int data;
64 };
65 }
66
67 bool functional_test::run(bool report)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected