MCPcopy Create free account
hub / github.com/WheretIB/nullc / AddDefault

Method AddDefault

NULLC/SyntaxTree.cpp:1764–1767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1762}
1763
1764void NodeSwitchExpr::AddDefault()
1765{
1766 defaultCase = TakeLastNode();
1767}
1768
1769NodeZeroOP* NodeSwitchExpr::IsComplex()
1770{

Callers 1

AddDefaultNodeFunction · 0.80

Calls 1

TakeLastNodeFunction · 0.85

Tested by

no test coverage detected