MCPcopy
hub / github.com/mislav/hub / push

Function push

commands/push.go:35–39  ·  view source on GitHub ↗
(command *Command, args *Args)

Source from the content-addressed store, hash-verified

33}
34
35func push(command *Command, args *Args) {
36 if !args.IsParamsEmpty() && strings.Contains(args.FirstParam(), ",") {
37 transformPushArgs(args)
38 }
39}
40
41func transformPushArgs(args *Args) {
42 refs := []string{}

Callers 1

testPushFunction · 0.85

Calls 3

transformPushArgsFunction · 0.85
IsParamsEmptyMethod · 0.80
FirstParamMethod · 0.80

Tested by 1

testPushFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…