MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / West

Method West

tests/DefaultArgInNamespaceTest.cpp:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11class West
12{
13 public: West() {}
14
15 int load(const Order order = OrderA) { return 2; }
16};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected