| 357 | } |
| 358 | |
| 359 | static cbm_resolution_t empty_result(void) { |
| 360 | cbm_resolution_t r = {0}; |
| 361 | return r; |
| 362 | } |
| 363 | |
| 364 | /* ── Perl builtin guard (#459 follow-up: call-graph noise) ────────── |
| 365 | * Curated subset of perlfunc core builtins. When a Perl CALL resolves |
no outgoing calls
no test coverage detected