Added discriminator checks and cleaned up some more patterns

Still quite early in the pattern finding process, needs another sweep to cache and fetch more pre-calculated change counts.

Signed-off-by: Dave Shanley <dave@quobix.com>
This commit is contained in:
Dave Shanley
2022-10-05 09:27:46 -04:00
parent 07c05ee540
commit 0dbbc8e826
5 changed files with 374 additions and 20 deletions

View File

@@ -51,4 +51,5 @@ const (
PrefixLabel = "prefix"
AttributeLabel = "attribute"
WrappedLabel = "wrapped"
PropertyNameLabel = "propertyName"
)