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

13
LINES

< > BotCompany Repo | #1012108 // webWithoutIndexAndLock

JavaX fragment (include)

static Web webWithoutIndexAndLock() {
  Web web = simpleWeb();
  ifdef WebWithIndex
  web.index = null;
  endifdef
  ifdef WebWithLock
  web.lock = null;
  endifdef
  ifdef WebWithRelationsMap
  web.relations = null;
  endifdef
  ret web;
}

Author comment

Began life as a copy of #1010041

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1012108
Snippet name: webWithoutIndexAndLock
Eternal ID of this version: #1012108/5
Text MD5: 0af88239a7af9f90dd4ab4a61a177ffc
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-27 11:44:45
Source code size: 252 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 304 / 344
Version history: 4 change(s)
Referenced in: [show references]