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

Function js_std_dbuf_init

deps/quickjs/quickjs-libc.c:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210static void js_std_dbuf_init(JSContext *ctx, DynBuf *s)
211{
212 dbuf_init2(s, JS_GetRuntime(ctx), js_std_dbuf_realloc);
213}
214
215static bool my_isdigit(int c)
216{

Callers 4

js_printf_internalFunction · 0.85
js_std_file_getlineFunction · 0.85
js_std_file_readAsFunction · 0.85
js_std_urlGetFunction · 0.85

Calls 1

dbuf_init2Function · 0.85

Tested by

no test coverage detected