Skip to content

Commit

Permalink
schema: update comment for new field
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Nov 4, 2022
1 parent 04afbac commit 04404f4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion schema/block_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,14 @@ type BlockAddrSchema struct {
// and their addresses inferred as data
InferDependentBody bool

// DependentBodySelfRef TODO
// DependentBodySelfRef instructs collection of reference
// targets with an additional self.* LocalAddr and
// makes those targetable by origins within the block body
// via reference.Target.TargetableFromRangePtr.
//
// The targetting (matching w/ origins) is further limited by
// BodySchema.Extensions.SelfRef, where only self.* origins
// within a body w/ SelfRef:true will be collected.
DependentBodySelfRef bool
}

Expand Down

0 comments on commit 04404f4

Please sign in to comment.