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

Struct SearchResult

internal/api/api.go:3–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package api
2
3type SearchResult struct {
4 Package string `json:"package"`
5 Path string `json:"path"`
6 Line uint32 `json:"line"`
7 Context string `json:"context"`
8 ContextBefore []string `json:"context_before,omitempty"`
9 ContextAfter []string `json:"context_after,omitempty"`
10}
11
12type PerPackageResult struct {
13 Package string `json:"package"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected