MCPcopy Create free account
hub / github.com/gogs/gogs / LFS

Method LFS

internal/database/database.go:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149}
150
151func (db *DB) LFS() *LFSStore {
152 return newLFSStore(db.db)
153}
154
155// NOTE: It is not guarded by a mutex because it only gets written during the
156// service start.

Callers 3

CreateLFSObjectMethod · 0.80
GetLFSObjectByOIDMethod · 0.80
GetLFSObjectsByOIDsMethod · 0.80

Calls 1

newLFSStoreFunction · 0.85

Tested by

no test coverage detected