Sync dataflow library

This commit is contained in:
Owen Mansel-Chan
2023-06-14 14:29:56 +01:00
parent dd57d9fd55
commit e0f7437d40
7 changed files with 14 additions and 7 deletions

View File

@@ -2021,7 +2021,8 @@ module Impl<FullStateConfigSig Config> {
FlowCheckNode() {
castNode(this.asNode()) or
clearsContentCached(this.asNode(), _) or
expectsContentCached(this.asNode(), _)
expectsContentCached(this.asNode(), _) or
flowCheckNodeSpecific(this.asNode())
}
}