Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ func
Method
func
tests/run_time/source/gc.cpp:241–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
return *this;
240
}
241
static void func() {
242
last_call = static_call;
243
};
244
void operator()() {
245
func();
246
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected