Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ Function
Method
Function
src/function.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
#include
"context.h"
21
22
Function::Function() :
23
scope(nullptr)
24
{
25
}
26
27
Function::Function(const QString& n) :
28
scope(nullptr),
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected