Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buildbarn/bb-browser
/ functions
Functions
56 in github.com/buildbarn/bb-browser
⨍
Functions
56
◇
Types & classes
11
↓ 36 callers
Method
renderError
(w http.ResponseWriter, err error)
cmd/bb_browser/browser_service.go:137
↓ 8 callers
Function
extractContextFromRequest
Generates a Context from an incoming HTTP request, forwarding any request headers as gRPC metadata.
cmd/bb_browser/browser_service.go:82
↓ 7 callers
Function
getDigestFromRequest
(req *http.Request)
cmd/bb_browser/browser_service.go:57
↓ 5 callers
Function
formatBBClientdPath
formatBBClientdPath converts the value generated by getBBClientdBlobPath to a full path into bb_clientd that can be pasted into a shell. It assumes th
cmd/bb_browser/browser_service.go:176
↓ 5 callers
Method
getBBClientdBlobPath
getBBClientdBlobPath returns a relative path of the shape "${instanceName}/blobs/${digestFunction}/${blobType}/${hash}-${sizeBytes}". This corresponds
cmd/bb_browser/browser_service.go:150
↓ 4 callers
Method
String
()
pkg/proto/query/query.pb.go:40
↓ 2 callers
Method
generateTarball
(ctx context.Context, w http.ResponseWriter, digest digest.Digest, directory *remoteexecution.Directory, getDi
cmd/bb_browser/browser_service.go:635
↓ 2 callers
Method
getLogInfoFromActionResult
(ctx context.Context, name string, digestFunction digest.Function, logDigest *remoteexecution.Digest, rawLogBo
cmd/bb_browser/browser_service.go:278
↓ 2 callers
Method
getPreviousExecutionStatsInfo
(ctx context.Context, reducedActionDigest digest.Digest)
cmd/bb_browser/browser_service.go:764
↓ 2 callers
Method
handleActionCommon
(w http.ResponseWriter, req *http.Request, actionDigest digest.Digest, executeResponse *remoteexecution.Execut
cmd/bb_browser/browser_service.go:335
↓ 1 callers
Function
NewBrowserService
NewBrowserService constructs a BrowserService that accesses storage through a set of handles.
cmd/bb_browser/browser_service.go:108
↓ 1 callers
Function
file_github_com_buildbarn_bb_browser_pkg_proto_configuration_bb_browser_bb_browser_proto_init
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:217
↓ 1 callers
Function
file_github_com_buildbarn_bb_browser_pkg_proto_configuration_bb_browser_bb_browser_proto_rawDescGZIP
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:180
↓ 1 callers
Function
file_github_com_buildbarn_bb_browser_pkg_proto_query_query_proto_init
()
pkg/proto/query/query.pb.go:113
↓ 1 callers
Function
file_github_com_buildbarn_bb_browser_pkg_proto_query_query_proto_rawDescGZIP
()
pkg/proto/query/query.pb.go:91
↓ 1 callers
Method
generateTarballDirectory
(ctx context.Context, w *tar.Writer, digestFunction digest.Function, directory *remoteexecution.Directory, dir
cmd/bb_browser/browser_service.go:525
↓ 1 callers
Method
getLogInfoForDigest
(ctx context.Context, name string, digest digest.Digest)
cmd/bb_browser/browser_service.go:302
Method
Descriptor
Deprecated: Use ApplicationConfiguration.ProtoReflect.Descriptor instead.
pkg/proto/configuration/bb_browser/bb_browser.pb.go:73
Method
Descriptor
Deprecated: Use FileSystemAccessProfileReference.ProtoReflect.Descriptor instead.
pkg/proto/query/query.pb.go:59
Method
GetAuthorizer
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:133
Method
GetBbClientdInstanceNamePrefix
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:112
Method
GetBlobstore
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:77
Method
GetChildFileSystemAccessProfileReference
GetChildFileSystemAccessProfileReference returns a reference to the file system access profile, to be encoded in links to other bb_browser pages.
cmd/bb_browser/browser_service.go:219
Method
GetChildPathHashes
GetChildPathHashes returns path hashes for a file or directory contained in the current directory, for the purpose of checking against the Bloom filte
cmd/bb_browser/browser_service.go:203
Method
GetDigest
()
pkg/proto/query/query.pb.go:63
Method
GetFileSystemAccessCache
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:126
Method
GetGlobal
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:105
Method
GetHttpServers
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:91
Method
GetInitialSizeClassCache
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:119
Method
GetMaximumMessageSizeBytes
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:84
Method
GetPathHashesBaseHash
()
pkg/proto/query/query.pb.go:70
Method
GetRequestMetadataLinksJmespathExpression
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:140
Method
GetRoutePrefix
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:98
Method
GetZstdPool
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:147
Method
Len
()
cmd/bb_browser/browser_service.go:870
Method
Less
(i, j int)
cmd/bb_browser/browser_service.go:874
Method
ProtoMessage
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:58
Method
ProtoMessage
()
pkg/proto/query/query.pb.go:44
Method
ProtoReflect
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:60
Method
ProtoReflect
()
pkg/proto/query/query.pb.go:46
Method
Reset
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:47
Method
Reset
()
pkg/proto/query/query.pb.go:33
Method
String
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:54
Method
Swap
(i, j int)
cmd/bb_browser/browser_service.go:878
Method
handleAction
(w http.ResponseWriter, req *http.Request)
cmd/bb_browser/browser_service.go:234
Method
handleCommand
(w http.ResponseWriter, req *http.Request)
cmd/bb_browser/browser_service.go:488
Method
handleDirectory
(w http.ResponseWriter, req *http.Request)
cmd/bb_browser/browser_service.go:656
Method
handleFile
(w http.ResponseWriter, req *http.Request)
cmd/bb_browser/browser_service.go:724
Method
handleHistoricalExecuteResponse
(w http.ResponseWriter, req *http.Request)
cmd/bb_browser/browser_service.go:257
Method
handlePreviousExecutionStats
(w http.ResponseWriter, req *http.Request)
cmd/bb_browser/browser_service.go:882
Method
handleTree
(w http.ResponseWriter, req *http.Request)
cmd/bb_browser/browser_service.go:901
Method
handleWelcome
(w http.ResponseWriter, req *http.Request)
cmd/bb_browser/browser_service.go:180
Function
init
()
pkg/proto/configuration/bb_browser/bb_browser.pb.go:214
Function
init
()
pkg/proto/query/query.pb.go:112
Function
init
()
cmd/bb_browser/browser_service.go:51
Function
main
()
cmd/bb_browser/main.go:65