Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ getScope
Method
getScope
src/function.cpp:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
Scope* Function::getScope() const
66
{
67
return scope;
68
}
69
70
void Function::accept(TreeVisitor& v)
71
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected