Warning: session_start(): open(/var/lib/php/sessions/sess_pun21dsqdb7qmah9bc44cka49r, 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
runWithParams - hotwire, set static variables and call main() [1005769]

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

7
LINES

< > BotCompany Repo | #1005769 // runWithParams - hotwire, set static variables and call main()

JavaX fragment (include)

1  
static Class runWithParams(S snippetID, O... params) {
2  
  Class c = hotwire(snippetID);
3  
  setOpt(c, _computerID := null); // _onLoads should be called later to avoid this
4  
  setOptAll(c, params);
5  
  callMain(c);
6  
  ret c;
7  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005769
Snippet name: runWithParams - hotwire, set static variables and call main()
Eternal ID of this version: #1005769/4
Text MD5: ec76a91392b3e1889996c5bbec3d9ee8
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-11 18:09:04
Source code size: 225 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 798 / 795
Version history: 3 change(s)
Referenced in: [show references]