MCPcopy Index your code
hub / github.com/Permify/permify / Write

Method Write

internal/storage/storage.go:96–98  ·  view source on GitHub ↗
(_ context.Context, _ string, _ *database.TupleCollection, _ *database.AttributeCollection)

Source from the content-addressed store, hash-verified

94}
95
96func (n *NoopDataWriter) Write(_ context.Context, _ string, _ *database.TupleCollection, _ *database.AttributeCollection) (token.EncodedSnapToken, error) {
97 return token.NewNoopToken().Encode(), nil
98}
99
100func (n *NoopDataWriter) Delete(_ context.Context, _ string, _ *base.TupleFilter, _ *base.AttributeFilter) (token.EncodedSnapToken, error) {
101 return token.NewNoopToken().Encode(), nil

Callers

nothing calls this directly

Calls 2

NewNoopTokenFunction · 0.92
EncodeMethod · 0.65

Tested by

no test coverage detected