Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Usages ¶
type Usages struct { Reads collections.SortedSet[constructs.Construct] Writes collections.SortedSet[constructs.Construct] Invokes collections.SortedSet[constructs.Construct] // SideEffect indicates that the usage definitely has a side effect // when true, however, false only means it isn't known yet. // Any invokes of another method that has a side effect means this // has a side effect too but will not be determined yet. SideEffect bool }
Click to show internal directories.
Click to hide internal directories.