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

Method Save

service/universally/commit/iml.go:108–110  ·  view source on GitHub ↗
(ctx context.Context, target string, key string, data *T)

Source from the content-addressed store, hash-verified

106}
107
108func (i *imlCommitService[T]) Save(ctx context.Context, target string, key string, data *T) error {
109 return i.store.Save(ctx, key, target, data)
110}

Callers

nothing calls this directly

Calls 1

SaveMethod · 0.65

Tested by

no test coverage detected