MCPcopy Create free account
hub / github.com/boostorg/filesystem / unsetenv_

Function unsetenv_

test/operations_test.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83inline void unsetenv_(const char* name)
84{
85 SetEnvironmentVariableW(convert(name).c_str(), 0);
86}
87
88//! Sets read-only attribute on a file
89inline void set_read_only(fs::path const& p)

Callers 2

~previous_valueMethod · 0.85
guarded_env_varMethod · 0.85

Calls 2

convertFunction · 0.70
c_strMethod · 0.45

Tested by

no test coverage detected