MCPcopy Create free account
hub / github.com/buggregator/server / Unpin

Method Unpin

internal/storage/sqlite.go:138–141  ·  view source on GitHub ↗
(ctx context.Context, uuid string)

Source from the content-addressed store, hash-verified

136}
137
138func (s *SQLiteStore) Unpin(ctx context.Context, uuid string) error {
139 _, err := s.db.ExecContext(ctx, `UPDATE events SET is_pinned = 0 WHERE uuid = ?`, uuid)
140 return err
141}
142
143type scannable interface {
144 Scan(dest ...any) error

Callers 1

Calls

no outgoing calls

Tested by 1