MCPcopy Create free account
hub / github.com/buke/quickjs-go / dbuf_error

Function dbuf_error

deps/quickjs/cutils.h:495–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493static inline int JS_PRINTF_FORMAT_ATTR(2, 3) dbuf_printf(DynBuf *s, JS_PRINTF_FORMAT const char *fmt, ...);
494static inline void dbuf_free(DynBuf *s);
495static inline bool dbuf_error(DynBuf *s) {
496 return s->error;
497}
498static inline void dbuf_set_error(DynBuf *s)
499{
500 s->error = true;

Callers 4

unicode_normalizeFunction · 0.85
js_std_urlGetFunction · 0.85
re_parse_termFunction · 0.85
lre_compileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected