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

3
LINES

< > BotCompany Repo | #1028970 // dm_moduleIsStartingOrReloading

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2591L/16K).

sbool dm_moduleIsStartingOrReloading(O moduleOrID) {
  ret dm_moduleIsStarting(moduleOrID) || dm_moduleIsReloading(moduleOrID);
}

Author comment

Began life as a copy of #1028969

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028970
Snippet name: dm_moduleIsStartingOrReloading
Eternal ID of this version: #1028970/1
Text MD5: 147cc4f7651d31cd3f5861d51cd17feb
Transpilation MD5: 3d9df465dc5939a6efe84e233c323165
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-14 20:20:11
Source code size: 131 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 145 / 214
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)