Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/prometheus/common
/ dummyFileSystem
Struct
dummyFileSystem
server/static_file_server_test.go:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
)
23
24
type
dummyFileSystem
struct
{}
25
26
func
(dummyFileSystem) Open(string) (http.File, error) {
27
return
http.Dir(
"."
).Open(
"."
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected