Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ NaiveFile
Struct
NaiveFile
vector/generate/naive.go:20–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
type
NaiveFile
struct
{
21
Config
22
23
Path string
24
Content bytes.Buffer
25
}
26
27
func
(ctx *Naive) In(path string) File {
28
for
_, file :=
range
ctx.Files {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected