Some of these URL objects needs the full Context, making life miserable.
| 571 | |
| 572 | // Some of these URL objects needs the full Context, making life miserable. |
| 573 | void |
| 574 | set_context(cripts::Context *context) |
| 575 | { |
| 576 | _context = context; |
| 577 | } |
| 578 | |
| 579 | // This is the full string for a URL, which needs allocations. |
| 580 | [[nodiscard]] cripts::string String(); |
no outgoing calls
no test coverage detected