Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/valyala/fasthttp
/ noopCacheManager
Struct
noopCacheManager
fs.go:940–942 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
938
}
939
940
type
noopCacheManager
struct
{
941
cacheLock sync.Mutex
942
}
943
944
func
(n *noopCacheManager) Lock() {
945
n.cacheLock.Lock()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected