1 | import oshi.util.EdidUtil; |
2 | |
3 | static LS oshi_displayManufacturerIDs() {
|
4 | ret map(oshi_displayEDIDs(), func(byte[] edid) -> S {
|
5 | edid == null ? null : EdidUtil.getManufacturerID(edid) |
6 | }); |
7 | } |
Began life as a copy of #1019983
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019986 |
| Snippet name: | oshi_displayManufacturerIDs |
| Eternal ID of this version: | #1019986/1 |
| Text MD5: | 41fee5beef9e47af486a5b4ce5d5a005 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-03 00:48:23 |
| Source code size: | 198 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 495 / 525 |
| Referenced in: | [show references] |