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

Function newModuleImageFileInfo

private/bufpkg/bufimage/module_image_file_info.go:27–31  ·  view source on GitHub ↗
(fileInfo bufmodule.FileInfo)

Source from the content-addressed store, hash-verified

25}
26
27func newModuleImageFileInfo(fileInfo bufmodule.FileInfo) *moduleImageFileInfo {
28 return &moduleImageFileInfo{
29 FileInfo: fileInfo,
30 }
31}
32
33func (p *moduleImageFileInfo) FullName() bufparse.FullName {
34 return p.FileInfo.Module().FullName()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…