MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / SaveCommit

Method SaveCommit

service/upstream/iml.go:83–85  ·  view source on GitHub ↗
(ctx context.Context, uid string, partition string, cfg *Config)

Source from the content-addressed store, hash-verified

81}
82
83func (i *imlUpstreamService) SaveCommit(ctx context.Context, uid string, partition string, cfg *Config) error {
84 return i.commitService.Save(ctx, uid, partition, cfg)
85}
86
87func (i *imlUpstreamService) OnComplete() {
88

Callers

nothing calls this directly

Calls 1

SaveMethod · 0.65

Tested by

no test coverage detected