MCPcopy 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
20type NaiveFile struct {
21 Config
22
23 Path string
24 Content bytes.Buffer
25}
26
27func (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