MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / Get

Method Get

test/result_test.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37 void Add(int y) { x_ += y; }
38 int Get() const { return x_; }
39
40private:
41 int x_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected