Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1022247 // gazelle_cloneContextCache

JavaX fragment (include)

static GazelleContextCache_v2 gazelle_cloneContextCache(GazelleContextCache_v2 cc) {
  new GazelleContextCache_v2 cc2;
  cc2.cachedCtx = gazelle_cloneCtx(cc.cachedCtx);
  cc2.debug = cc.debug;
  ret cc2;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1022247
Snippet name: gazelle_cloneContextCache
Eternal ID of this version: #1022247/2
Text MD5: 4783cf52afe3a9410d6d05e63a83baac
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-11 23:48:39
Source code size: 210 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 188 / 217
Version history: 1 change(s)
Referenced in: [show references]