MCPcopy Create free account
hub / github.com/Debian/dcs / SourceReply

Struct SourceReply

internal/sourcebackend/sourcebackend.go:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131type SourceReply struct {
132 // The number of the last used filename, needed for pagination
133 LastUsedFilename int
134
135 AllMatches []regexp.Match
136}
137
138type Server struct {
139 // For forward compatibility

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected