MCPcopy Create free account
hub / github.com/bufbuild/buf / location

Struct location

private/bufpkg/bufprotosource/location.go:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type location struct {
23 filePath string
24 sourceCodeInfoLocation *descriptorpb.SourceCodeInfo_Location
25}
26
27func newLocation(
28 filePath string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected