Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1003
static void unsetenv(const char *name)
1004
{
1005
setenv(name,
""
, true);
1006
}
1007
#endif /* _WIN32 */
1008
1009
static JSValue js_std_setenv(JSContext *ctx, JSValueConst this_val,
Callers
1
js_std_unsetenv
Function · 0.85
Calls
1
setenv
Function · 0.85
Tested by
no test coverage detected