MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix typo

-1
-1
src/ant.c
··· 15449 15449 } 15450 15450 15451 15451 char *js_getstr(ant_t *js, ant_value_t value, size_t *len) { 15452 - (void)js; // TODO: remove 15453 15452 if (vtype(value) != T_STR) return NULL; 15454 15453 ant_offset_t n, off = vstr(js, value, &n); 15455 15454 if (len != NULL) *len = n;