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

Function newProtoFileTracker

private/bufpkg/bufmodule/proto_file_tracker.go:37–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func newProtoFileTracker() *protoFileTracker {
38 return &protoFileTracker{
39 opaqueIDToProtoFileExists: make(map[string]bool),
40 protoPathToOpaqueIDMap: make(map[string]map[string]struct{}),
41 opaqueIDToDescription: make(map[string]string),
42 }
43}
44
45// trackModule says to track the Module to see if it has any .proto files.
46//

Callers 4

WalkFileInfosMethod · 0.85
WalkFileInfosMethod · 0.85
getModuleDepsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…