MCPcopy Create free account
hub / github.com/approvals/ApprovalTests.cpp / methodName

Method methodName

tests/Catch2_Tests/StyleGuide.h:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 class StyleGuide
10 {
11 void methodName(int parameterOne)
12 {
13 int localVariable = 0;
14 }
15
16 private:
17 int dataMember = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected