1  | static void web_labelToLabel(Web web, Lisp in, Lisp out) {
 | 
2  | web_labelToLabel(web, web.nodes, in, out);  | 
3  | }  | 
4  | |
5  | static void web_labelToLabel(Web web, L<WebNode> nodes, Lisp in, Lisp out) {
 | 
6  |   //print("labelToLabel " + in + " => " + out);
 | 
7  | for (WebNode node : nodes)  | 
8  |     if (node.hasLabel(in)) {
 | 
9  | node.addLabel(out);  | 
10  |       //print("labelToLabel " + node);
 | 
11  | }  | 
12  | }  | 
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: | #1007697 | 
| Snippet name: | web_labelToLabel | 
| Eternal ID of this version: | #1007697/6 | 
| Text MD5: | 62f96c996651756e983ec892d5e8ef42 | 
| Author: | stefan | 
| Category: | javax / a.i. | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2017-04-03 06:38:16 | 
| Source code size: | 373 bytes / 12 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 864 / 845 | 
| Version history: | 5 change(s) | 
| Referenced in: | [show references] |