MCPcopy Index your code
hub / github.com/kopia/kopia / AssetFile

Function AssetFile

internal/server/htmlui_fallback.go:14–16  ·  view source on GitHub ↗

AssetFile return a http.FileSystem instance that data backend by asset.

()

Source from the content-addressed store, hash-verified

12
13// AssetFile return a http.FileSystem instance that data backend by asset.
14func AssetFile() http.FileSystem {
15 return http.FS(data)
16}

Callers 2

setupHandlersMethod · 0.92
StartServerContextFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected