Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buildpacks/pack
/ UID
Method
UID
internal/builder/builder.go:339–341 ·
view source on GitHub ↗
UID returns the UID of the builder
()
Source
from the content-addressed store, hash-verified
337
338
// UID returns the UID of the builder
339
func
(b *Builder) UID() int {
340
return
b.uid
341
}
342
343
// GID returns the GID of the builder
344
func
(b *Builder) GID() int {
Callers
2
testBuilder
Function · 0.95
testCreateBuilder
Function · 0.80
Calls
no outgoing calls
Tested by
2
testBuilder
Function · 0.76
testCreateBuilder
Function · 0.64