Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gofiber/fiber
/ fileView
Struct
fileView
app_test.go:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
type
fileView
struct
{
49
path string
50
content string
51
loads int
52
}
53
54
func
(v *fileView) Load() error {
55
contents, err := os.ReadFile(v.path)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected