MCPcopy Create free account
hub / github.com/Permify/permify / BundleWriter

Struct BundleWriter

internal/storage/memory/bundle_writer.go:14–16  ·  view source on GitHub ↗

BundleWriter -

Source from the content-addressed store, hash-verified

12
13// BundleWriter -
14type BundleWriter struct {
15 database *db.Memory
16}
17
18func NewBundleWriter(database *db.Memory) *BundleWriter {
19 return &BundleWriter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected