MCPcopy Create free account
hub / github.com/FalconOpsLLC/goexec / argsSmbClient

Function argsSmbClient

cmd/args.go:117–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117func argsSmbClient() func(cmd *cobra.Command, args []string) error {
118 return args(
119 argsTarget("cifs"),
120
121 func(_ *cobra.Command, _ []string) error {
122
123 smbClient.Credential = credential
124 smbClient.Target = target
125 smbClient.Proxy = proxy
126
127 return smbClient.Parse(context.TODO())
128 },
129 )
130}
131
132func argsRpcClient(proto string, endpoint string) func(cmd *cobra.Command, args []string) error {
133 return args(

Callers 2

scmr.goFile · 0.85
argsOutputFunction · 0.85

Calls 3

argsFunction · 0.85
argsTargetFunction · 0.85
ParseMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…