Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
func
(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
CreateLFSObject
Method · 0.80
GetLFSObjectByOID
Method · 0.80
GetLFSObjectsByOIDs
Method · 0.80
Calls
1
newLFSStore
Function · 0.85
Tested by
no test coverage detected