MCPcopy Index your code
hub / github.com/rilldata/rill / FindAsset

Method FindAsset

admin/database/database.go:317–317  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

315 DeleteExpiredVirtualFiles(ctx context.Context, retention time.Duration) error
316
317 FindAsset(ctx context.Context, id string) (*Asset, error)
318 FindUnusedAssets(ctx context.Context, limit int) ([]*Asset, error)
319 InsertAsset(ctx context.Context, id string, organizationID, path, ownerID string, public bool) (*Asset, error)
320 DeleteAssets(ctx context.Context, ids []string) error

Callers 5

GetRepoMetaMethod · 0.65
pushAssetToGitMethod · 0.65
GetCloneCredentialsMethod · 0.65
assetHandlerMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected