| 336 | return data; |
| 337 | } |
| 338 | const uint8_t* begin(std::string key) const { |
| 339 | return (*this)[key + "_start"]; |
| 340 | } |
| 341 | const uint8_t* end(std::string key) const { return (*this)[key + "_end"]; } |
| 342 | }; |
| 343 | #endif // JITIFY_ENABLE_EMBEDDED_FILES |
no outgoing calls
no test coverage detected