MCPcopy 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
17func (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

NewBoltFunction · 0.45
LoadMethod · 0.45
decodeAndResizeFunction · 0.45
getFileMethod · 0.45
openFileFunction · 0.45
readDirNamesFunction · 0.45
BoltFunction · 0.45
TestGoldenFunction · 0.45
loadConfigFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestGoldenFunction · 0.36