Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
translate
Method · 0.80
Calls
1
add_reserve_var
Method · 0.80
Tested by
no test coverage detected