MCPcopy
hub / github.com/superplanehq/superplane / Commit

Method Commit

pkg/git/provider/provider.go:62–62  ·  view source on GitHub ↗
(ctx context.Context, repoID string, options CommitOptions)

Source from the content-addressed store, hash-verified

60 ListFiles(ctx context.Context, repoID, ref string) ([]string, error)
61 GetFile(ctx context.Context, repoID, path, ref string) (io.ReadCloser, error)
62 Commit(ctx context.Context, repoID string, options CommitOptions) (string, error)
63 Head(ctx context.Context, repoID, ref string) (string, error)
64
65 //

Callers 15

createOrganizationMethod · 0.65
Test_DescribeGroupFunction · 0.65
commitStagedGitFilesFunction · 0.65
commitGitFileOperationsFunction · 0.65
DeleteOrganizationFunction · 0.65
handlePasswordSignupMethod · 0.65
CreateGroupMethod · 0.65
DeleteGroupMethod · 0.65
UpdateGroupMethod · 0.65
CreateCustomRoleMethod · 0.65

Calls

no outgoing calls