Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ cmd_release_targets_and_shell
Function
cmd_release_targets_and_shell
v2/engine/command.c:117–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
*/
116
117
void cmd_release_targets_and_shell( CMD * cmd )
118
{
119
cmd->args.list[ 0 ] = L0; /* targets */
120
cmd->shell = L0; /* shell */
121
}
Callers
1
make1cmds
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected