MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / func

Method func

src/test_module.cpp:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 TestDerivedType(const TestDerivedType &) = default;
83 TestDerivedType() = default;
84 virtual int func() override { return 1; }
85 int derived_only_func() { return 19; }
86
87 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected