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

6
LINES

< > BotCompany Repo | #1010544 // web_dropVisUnlessLoaded - drop visualisation hints from web unless the image is in cache

JavaX fragment (include)

static Web web_dropVisUnlessLoaded(Web web) {
  for (WebNode node : web_nodes(web))
    if (node.visInfo() instanceof S && !quickVisualize_hasCached((S) node.visInfo()))
      node.visInfo(null);
  ret web;
}

Author comment

Began life as a copy of #1010543

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: #1010544
Snippet name: web_dropVisUnlessLoaded - drop visualisation hints from web unless the image is in cache
Eternal ID of this version: #1010544/4
Text MD5: 6a0e592bd16bc8a0209f0e3e62d5bb76
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 17:46:53
Source code size: 213 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 304 / 352
Version history: 3 change(s)
Referenced in: [show references]