Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ setScope
Method
setScope
src/function.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void Function::setScope(Scope* scp)
61
{
62
scope = scp;
63
}
64
65
Scope* Function::getScope() const
66
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected