MCPcopy 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
339func (b *Builder) UID() int {
340 return b.uid
341}
342
343// GID returns the GID of the builder
344func (b *Builder) GID() int {

Callers 2

testBuilderFunction · 0.95
testCreateBuilderFunction · 0.80

Calls

no outgoing calls

Tested by 2

testBuilderFunction · 0.76
testCreateBuilderFunction · 0.64