MCPcopy Create free account
hub / github.com/pydio/cells / WithFirstRun

Function WithFirstRun

data/source/resolver.go:334–336  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

332}
333
334func WithFirstRun(ctx context.Context) context.Context {
335 return propagator.With(ctx, FirstRunContextKey, true)
336}

Callers 1

HeatCacheAndWatchMethod · 0.85

Calls 1

WithFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…