Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kptdev/kpt
/ NewSetCommand
Function
NewSetCommand
internal/cmdsync/cmdsyncset.go:48–50 ·
view source on GitHub ↗
(parent string)
Source
from the content-addressed store, hash-verified
46
}
47
48
func
NewSetCommand(parent string) *cobra.Command {
49
return
NewSetRunner(parent).Command
50
}
51
52
type
SetRunner
struct
{
53
Dependency kptfile.Dependency
Callers
1
NewRunner
Function · 0.85
Calls
1
NewSetRunner
Function · 0.85
Tested by
no test coverage detected