MCPcopy Create free account
hub / github.com/abiosoft/mold / testFile

Struct testFile

mold_test.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type testFile struct {
12 name string
13 data string
14}
15
16func createTestFS(extraFiles ...testFile) fs.FS {
17 mapFS := fstest.MapFS{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected