Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
210
static void js_std_dbuf_init(JSContext *ctx, DynBuf *s)
211
{
212
dbuf_init2(s, JS_GetRuntime(ctx), js_std_dbuf_realloc);
213
}
214
215
static bool my_isdigit(int c)
216
{
Callers
4
js_printf_internal
Function · 0.85
js_std_file_getline
Function · 0.85
js_std_file_readAs
Function · 0.85
js_std_urlGet
Function · 0.85
Calls
1
dbuf_init2
Function · 0.85
Tested by
no test coverage detected