(data)
| 232 | add(key); |
| 233 | add(stem); |
| 234 | add(base); |
| 235 | |
| 236 | // full uuid filename |
| 237 | if (/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(stem)) { |
| 238 | add(stem.toLowerCase()); |
| 239 | // also try compress? not needed for lookup from decoded |
| 240 | } |
| 241 |
nothing calls this directly
no outgoing calls
no test coverage detected