MCPcopy Index your code
hub / github.com/filebrowser/filebrowser / Touch

Method Touch

http/upload_cache_memory.go:68–70  ·  view source on GitHub ↗
(filePath string)

Source from the content-addressed store, hash-verified

66}
67
68func (c *memoryUploadCache) Touch(filePath string) {
69 c.cache.Touch(filePath)
70}
71
72func (c *memoryUploadCache) Close() {
73 c.cache.Stop()

Callers

nothing calls this directly

Calls 1

TouchMethod · 0.65

Tested by

no test coverage detected