MCPcopy Create free account
hub / github.com/efficientgo/e2e / NewParca

Function NewParca

db/db.go:66–73  ·  view source on GitHub ↗
(env e2e.Environment, name string, opts ...Option)

Source from the content-addressed store, hash-verified

64}
65
66func NewParca(env e2e.Environment, name string, opts ...Option) *e2eprof.Parca {
67 o := options{}
68 for _, opt := range opts {
69 opt(&o)
70 }
71
72 return e2eprof.NewParca(env, name, o.image, o.flagOverride)
73}
74
75// NewMinio returns minio server, used as a local replacement for S3.
76func NewMinio(env e2e.Environment, name, bktName string, opts ...Option) *e2emon.InstrumentedRunnable {

Callers

nothing calls this directly

Calls 1

optStruct · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…