Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ popCatching
Method
popCatching
src/hx/cppia/CppiaCompiler.cpp:1522–1525 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1520
return oldList;
1521
}
1522
void popCatching(ThrowList *inList) HXCPP_OVERRIDE
1523
{
1524
catching = inList;
1525
}
1526
1527
};
1528
Callers
1
genCode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected