1 | static MultiSet<S> ai_httpRequestsCountByPath() {
|
2 | new MultiSet<S> ms; |
3 | for (S s: termsWithPrefixPlusGlobalID("HTTP request ")) {
|
4 | S path = ai_text(s, "was for path", "$X"); |
5 | ms.add(path); |
6 | } |
7 | ret ms; |
8 | } |
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: | #1013505 |
| Snippet name: | ai_httpRequestsCountByPath |
| Eternal ID of this version: | #1013505/1 |
| Text MD5: | 11d314f5578391e3a92a056c14c49ae6 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-01-08 00:55:05 |
| Source code size: | 219 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 520 / 575 |
| Referenced in: | [show references] |