Method
SetOuterCtx
(ctx context.Context)
Source from the content-addressed store, hash-verified
| 118 | } |
| 119 | |
| 120 | func (r *RootElem) SetOuterCtx(ctx context.Context) { |
| 121 | r.OuterCtx = ctx |
| 122 | } |
| 123 | |
| 124 | func validateCFunc(cfunc any) error { |
| 125 | if cfunc == nil { |