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

Function Object_Lifetime_Vector2_GetValue

unittests/compiled_tests.cpp:776–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774};
775
776Object_Lifetime_Vector2<float> Object_Lifetime_Vector2_GetValue()
777{
778 return Object_Lifetime_Vector2<float>(10,15);
779}
780
781TEST_CASE("Object lifetime test 2")
782{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected