1 | static GazelleEvalContext gazelle_cloneCtx(GazelleEvalContext ctx) {
|
2 | GazelleEvalContext ctx2 = shallowClone(ctx); |
3 | ctx2.engine = new RuleEngine2; |
4 | ctx2.engine.copyRulesFrom(ctx.engine); |
5 | ret ctx2; |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021901 |
| Snippet name: | gazelle_cloneCtx |
| Eternal ID of this version: | #1021901/1 |
| Text MD5: | 3b91f4d09b61a68b7ad05eadfe5c7b29 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-03 11:32:45 |
| Source code size: | 208 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 500 / 554 |
| Referenced in: | [show references] |