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

Function unsetenv

deps/quickjs/quickjs-libc.c:1003–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001}
1002
1003static void unsetenv(const char *name)
1004{
1005 setenv(name, "", true);
1006}
1007#endif /* _WIN32 */
1008
1009static JSValue js_std_setenv(JSContext *ctx, JSValueConst this_val,

Callers 1

js_std_unsetenvFunction · 0.85

Calls 1

setenvFunction · 0.85

Tested by

no test coverage detected