Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boreq/eggplant
/ Open
Method
Open
backend/entrypoints/http/frontend/frontend.go:17–19 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
15
}
16
17
func
(f *FrontendFileSystem) Open(name string) (http.File, error) {
18
return
nil, errors.New(
"this version of the program wasn't compiled with the frontend in it"
)
19
}
Callers
9
NewBolt
Function · 0.45
Load
Method · 0.45
decodeAndResize
Function · 0.45
getFile
Method · 0.45
openFile
Function · 0.45
readDirNames
Function · 0.45
Bolt
Function · 0.45
TestGolden
Function · 0.45
loadConfig
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestGolden
Function · 0.36