Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ ClearEnvironments
Method
ClearEnvironments
system/process/sub_process.cpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void SubProcess::CreateOptions::ClearEnvironments()
38
{
39
m_envs.clear();
40
m_replace_envs = true;
41
}
42
43
void SubProcess::CreateOptions::SetEnvironments(const std::map<std::string, std::string>& envs)
44
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected