MCPcopy Create free account
hub / github.com/ThePhD/sol2 / Foo

Method Foo

tests/run_time/source/basic.cpp:582–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580TEST_CASE("pusher/constness", "Make sure more types can handle being const and junk") {
581 struct Foo {
582 Foo(const sol::function& f) : _f(f) {
583 }
584 const sol::function& _f;
585
586 const sol::function& f() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected