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

9
LINES

< > BotCompany Repo | #1030883 // DB quickImport mix-in [faster DB reloads for DynModules, Include]

JavaX fragment (include)

1  
transient bool quickDBReloadEnabled;
2  
3  
Concepts _getReloadData() {
4  
  ret db_mainConcepts();
5  
}
6  
7  
void _setReloadData_early(virtual Concepts data) {
8  
  quickImportMainConcepts(data, () -> quickDBReloadEnabled);
9  
}

Author comment

Began life as a copy of #1030882

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030883
Snippet name: DB quickImport mix-in [faster DB reloads for DynModules, Include]
Eternal ID of this version: #1030883/5
Text MD5: 46056360ff0b41a3ecfc58585770b38a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-04-19 14:13:30
Source code size: 215 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 109 / 2476
Version history: 4 change(s)
Referenced in: [show references]