MCPcopy Create free account
hub / github.com/anthonywilliams/ccia_code_samples / foo

Method foo

listings/listing_a.3.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 return b;
18 }
19 int foo() const
20 {
21 return a+b;
22 }
23};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected