Make typing hotpath work.

This commit is contained in:
2026-07-28 15:19:25 +01:00
parent 425ffddf71
commit ee887d0806
5 changed files with 50 additions and 19 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ struct AppendBuffer : Buffer {
~AppendBuffer();
inline uint32_t key(char c);
uint32_t key(char c);
uint32_t append(const char *text, uint32_t length, uint32_t *line_count);
const char *read(uint32_t pos, uint32_t *out_len);