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

Method StatFileInfo

private/bufpkg/bufmodule/module_read_bucket.go:801–804  ·  view source on GitHub ↗
(ctx context.Context, path string)

Source from the content-addressed store, hash-verified

799}
800
801func (m *multiProtoFileModuleReadBucket[T, S]) StatFileInfo(ctx context.Context, path string) (FileInfo, error) {
802 fileInfo, _, err := m.getFileInfoAndDelegateIndex(ctx, "stat", path)
803 return fileInfo, err
804}
805
806func (m *multiProtoFileModuleReadBucket[T, S]) WalkFileInfos(
807 ctx context.Context,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected