MCPcopy Create free account
hub / github.com/covscript/covscript / set_mem_fn

Method set_mem_fn

include/covscript/impl/statement.hpp:569–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567 }
568
569 void set_mem_fn()
570 {
571 mFunc.add_reserve_var("this", true);
572 mIsMemFn = true;
573 }
574
575 void run_impl() override;
576

Callers 1

translateMethod · 0.80

Calls 1

add_reserve_varMethod · 0.80

Tested by

no test coverage detected