MCPcopy Index your code
hub / github.com/OpenListTeam/OpenList / ResolveLinkCacheMode

Method ResolveLinkCacheMode

internal/driver/driver.go:210–210  ·  view source on GitHub ↗

ResolveLinkCacheMode returns the LinkCacheMode for the given path.

(path string)

Source from the content-addressed store, hash-verified

208type LinkCacheModeResolver interface {
209 // ResolveLinkCacheMode returns the LinkCacheMode for the given path.
210 ResolveLinkCacheMode(path string) LinkCacheMode
211}
212
213type DirectUploader interface {

Callers 2

ResolveLinkCacheModeMethod · 0.65
LinkFunction · 0.65

Implementers 3

AListV3drivers/alist_v3/driver.go
Aliasdrivers/alias/driver.go
OpenListdrivers/openlist/driver.go

Calls

no outgoing calls

Tested by

no test coverage detected