Warning: session_start(): open(/var/lib/php/sessions/sess_8cgq96i12mt6bng4ndod12bgti, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
tempSetMCOpt [1020663]

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

5
LINES

< > BotCompany Repo | #1020663 // tempSetMCOpt

JavaX fragment (include)

static AutoCloseable tempSetMCOpt(fS field, O value) {
  fO oldValue = getMCOpt(field);
  setMCOpt(field, value);
  ret autoCloseable { setMCOpt(field, oldValue); };
}

Author comment

Began life as a copy of #1016243

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1020663
Snippet name: tempSetMCOpt
Eternal ID of this version: #1020663/4
Text MD5: b0d4451d121e1dcef224e13b5e81a38a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-30 15:27:43
Source code size: 171 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 943 / 972
Version history: 3 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1023443 - tempSetMC