| 14 | namespace treelite::c_api { |
| 15 | |
| 16 | struct APIErrorEntry { |
| 17 | std::string last_error; |
| 18 | std::string version_str; |
| 19 | }; |
| 20 | |
| 21 | using APIErrorStore = ThreadLocalStore<APIErrorEntry>; |
| 22 |
nothing calls this directly
no outgoing calls
no test coverage detected