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

Function js_std_sprintf

deps/quickjs/quickjs-libc.c:1379–1383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1377#endif
1378
1379static JSValue js_std_sprintf(JSContext *ctx, JSValueConst this_val,
1380 int argc, JSValueConst *argv)
1381{
1382 return js_printf_internal(ctx, argc, argv, NULL);
1383}
1384
1385static JSValue js_std_printf(JSContext *ctx, JSValueConst this_val,
1386 int argc, JSValueConst *argv)

Callers

nothing calls this directly

Calls 1

js_printf_internalFunction · 0.85

Tested by

no test coverage detected