| 411 | }; |
| 412 | |
| 413 | struct String8 |
| 414 | { |
| 415 | struct ApiTable |
| 416 | { |
| 417 | void *Constructor; |
| 418 | void *Destructor; |
| 419 | }; |
| 420 | |
| 421 | inline static ApiTable Api; |
| 422 | }; |
| 423 | } // namespace libutils |
| 424 | |
| 425 | namespace libgui |
nothing calls this directly
no outgoing calls
no test coverage detected