| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bee073d commit c80627a
32 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -261,13 +261,17 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 261 | 261 | model = "" | |
| 262 | 262 | } | |
| 263 | 263 | ||
| 264 | - predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { | ||
| 264 | + predicate isAdditionalFlowStep( | ||
| 265 | + Node node1, FlowState state1, Node node2, FlowState state2, string model | ||
| 266 | + ) { | ||
| 265 | 267 | getConfig(state1).isAdditionalFlowStep(node1, getState(state1), node2, getState(state2)) and | |
| 266 | - getConfig(state2) = getConfig(state1) | ||
| 268 | + getConfig(state2) = getConfig(state1) and | ||
| 269 | + model = "" | ||
| 267 | 270 | or | |
| 268 | 271 | not singleConfiguration() and | |
| 269 | 272 | getConfig(state1).isAdditionalFlowStep(node1, node2) and | |
| 270 | - state2 = state1 | ||
| 273 | + state2 = state1 and | ||
| 274 | + model = "" | ||
| 271 | 275 | } | |
| 272 | 276 | ||
| 273 | 277 | predicate allowImplicitRead(Node node, ContentSet c) { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -261,13 +261,17 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 261 | 261 | model = "" | |
| 262 | 262 | } | |
| 263 | 263 | ||
| 264 | - predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { | ||
| 264 | + predicate isAdditionalFlowStep( | ||
| 265 | + Node node1, FlowState state1, Node node2, FlowState state2, string model | ||
| 266 | + ) { | ||
| 265 | 267 | getConfig(state1).isAdditionalFlowStep(node1, getState(state1), node2, getState(state2)) and | |
| 266 | - getConfig(state2) = getConfig(state1) | ||
| 268 | + getConfig(state2) = getConfig(state1) and | ||
| 269 | + model = "" | ||
| 267 | 270 | or | |
| 268 | 271 | not singleConfiguration() and | |
| 269 | 272 | getConfig(state1).isAdditionalFlowStep(node1, node2) and | |
| 270 | - state2 = state1 | ||
| 273 | + state2 = state1 and | ||
| 274 | + model = "" | ||
| 271 | 275 | } | |
| 272 | 276 | ||
| 273 | 277 | predicate allowImplicitRead(Node node, ContentSet c) { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -261,13 +261,17 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 261 | 261 | model = "" | |
| 262 | 262 | } | |
| 263 | 263 | ||
| 264 | - predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { | ||
| 264 | + predicate isAdditionalFlowStep( | ||
| 265 | + Node node1, FlowState state1, Node node2, FlowState state2, string model | ||
| 266 | + ) { | ||
| 265 | 267 | getConfig(state1).isAdditionalFlowStep(node1, getState(state1), node2, getState(state2)) and | |
| 266 | - getConfig(state2) = getConfig(state1) | ||
| 268 | + getConfig(state2) = getConfig(state1) and | ||
| 269 | + model = "" | ||
| 267 | 270 | or | |
| 268 | 271 | not singleConfiguration() and | |
| 269 | 272 | getConfig(state1).isAdditionalFlowStep(node1, node2) and | |
| 270 | - state2 = state1 | ||
| 273 | + state2 = state1 and | ||
| 274 | + model = "" | ||
| 271 | 275 | } | |
| 272 | 276 | ||
| 273 | 277 | predicate allowImplicitRead(Node node, ContentSet c) { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -261,13 +261,17 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 261 | 261 | model = "" | |
| 262 | 262 | } | |
| 263 | 263 | ||
| 264 | - predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { | ||
| 264 | + predicate isAdditionalFlowStep( | ||
| 265 | + Node node1, FlowState state1, Node node2, FlowState state2, string model | ||
| 266 | + ) { | ||
| 265 | 267 | getConfig(state1).isAdditionalFlowStep(node1, getState(state1), node2, getState(state2)) and | |
| 266 | - getConfig(state2) = getConfig(state1) | ||
| 268 | + getConfig(state2) = getConfig(state1) and | ||
| 269 | + model = "" | ||
| 267 | 270 | or | |
| 268 | 271 | not singleConfiguration() and | |
| 269 | 272 | getConfig(state1).isAdditionalFlowStep(node1, node2) and | |
| 270 | - state2 = state1 | ||
| 273 | + state2 = state1 and | ||
| 274 | + model = "" | ||
| 271 | 275 | } | |
| 272 | 276 | ||
| 273 | 277 | predicate allowImplicitRead(Node node, ContentSet c) { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -261,13 +261,17 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 261 | 261 | model = "" | |
| 262 | 262 | } | |
| 263 | 263 | ||
| 264 | - predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { | ||
| 264 | + predicate isAdditionalFlowStep( | ||
| 265 | + Node node1, FlowState state1, Node node2, FlowState state2, string model | ||
| 266 | + ) { | ||
| 265 | 267 | getConfig(state1).isAdditionalFlowStep(node1, getState(state1), node2, getState(state2)) and | |
| 266 | - getConfig(state2) = getConfig(state1) | ||
| 268 | + getConfig(state2) = getConfig(state1) and | ||
| 269 | + model = "" | ||
| 267 | 270 | or | |
| 268 | 271 | not singleConfiguration() and | |
| 269 | 272 | getConfig(state1).isAdditionalFlowStep(node1, node2) and | |
| 270 | - state2 = state1 | ||
| 273 | + state2 = state1 and | ||
| 274 | + model = "" | ||
| 271 | 275 | } | |
| 272 | 276 | ||
| 273 | 277 | predicate allowImplicitRead(Node node, ContentSet c) { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -261,13 +261,17 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 261 | 261 | model = "" | |
| 262 | 262 | } | |
| 263 | 263 | ||
| 264 | - predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { | ||
| 264 | + predicate isAdditionalFlowStep( | ||
| 265 | + Node node1, FlowState state1, Node node2, FlowState state2, string model | ||
| 266 | + ) { | ||
| 265 | 267 | getConfig(state1).isAdditionalFlowStep(node1, getState(state1), node2, getState(state2)) and | |
| 266 | - getConfig(state2) = getConfig(state1) | ||
| 268 | + getConfig(state2) = getConfig(state1) and | ||
| 269 | + model = "" | ||
| 267 | 270 | or | |
| 268 | 271 | not singleConfiguration() and | |
| 269 | 272 | getConfig(state1).isAdditionalFlowStep(node1, node2) and | |
| 270 | - state2 = state1 | ||
| 273 | + state2 = state1 and | ||
| 274 | + model = "" | ||
| 271 | 275 | } | |
| 272 | 276 | ||
| 273 | 277 | predicate allowImplicitRead(Node node, ContentSet c) { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -261,13 +261,17 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 261 | 261 | model = "" | |
| 262 | 262 | } | |
| 263 | 263 | ||
| 264 | - predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { | ||
| 264 | + predicate isAdditionalFlowStep( | ||
| 265 | + Node node1, FlowState state1, Node node2, FlowState state2, string model | ||
| 266 | + ) { | ||
| 265 | 267 | getConfig(state1).isAdditionalFlowStep(node1, getState(state1), node2, getState(state2)) and | |
| 266 | - getConfig(state2) = getConfig(state1) | ||
| 268 | + getConfig(state2) = getConfig(state1) and | ||
| 269 | + model = "" | ||
| 267 | 270 | or | |
| 268 | 271 | not singleConfiguration() and | |
| 269 | 272 | getConfig(state1).isAdditionalFlowStep(node1, node2) and | |
| 270 | - state2 = state1 | ||
| 273 | + state2 = state1 and | ||
| 274 | + model = "" | ||
| 271 | 275 | } | |
| 272 | 276 | ||
| 273 | 277 | predicate allowImplicitRead(Node node, ContentSet c) { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -261,13 +261,17 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 261 | 261 | model = "" | |
| 262 | 262 | } | |
| 263 | 263 | ||
| 264 | - predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { | ||
| 264 | + predicate isAdditionalFlowStep( | ||
| 265 | + Node node1, FlowState state1, Node node2, FlowState state2, string model | ||
| 266 | + ) { | ||
| 265 | 267 | getConfig(state1).isAdditionalFlowStep(node1, getState(state1), node2, getState(state2)) and | |
| 266 | - getConfig(state2) = getConfig(state1) | ||
| 268 | + getConfig(state2) = getConfig(state1) and | ||
| 269 | + model = "" | ||
| 267 | 270 | or | |
| 268 | 271 | not singleConfiguration() and | |
| 269 | 272 | getConfig(state1).isAdditionalFlowStep(node1, node2) and | |
| 270 | - state2 = state1 | ||
| 273 | + state2 = state1 and | ||
| 274 | + model = "" | ||
| 271 | 275 | } | |
| 272 | 276 | ||
| 273 | 277 | predicate allowImplicitRead(Node node, ContentSet c) { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -261,13 +261,17 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 261 | 261 | model = "" | |
| 262 | 262 | } | |
| 263 | 263 | ||
| 264 | - predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { | ||
| 264 | + predicate isAdditionalFlowStep( | ||
| 265 | + Node node1, FlowState state1, Node node2, FlowState state2, string model | ||
| 266 | + ) { | ||
| 265 | 267 | getConfig(state1).isAdditionalFlowStep(node1, getState(state1), node2, getState(state2)) and | |
| 266 | - getConfig(state2) = getConfig(state1) | ||
| 268 | + getConfig(state2) = getConfig(state1) and | ||
| 269 | + model = "" | ||
| 267 | 270 | or | |
| 268 | 271 | not singleConfiguration() and | |
| 269 | 272 | getConfig(state1).isAdditionalFlowStep(node1, node2) and | |
| 270 | - state2 = state1 | ||
| 273 | + state2 = state1 and | ||
| 274 | + model = "" | ||
| 271 | 275 | } | |
| 272 | 276 | ||
| 273 | 277 | predicate allowImplicitRead(Node node, ContentSet c) { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -261,13 +261,17 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 261 | 261 | model = "" | |
| 262 | 262 | } | |
| 263 | 263 | ||
| 264 | - predicate isAdditionalFlowStep(Node node1, FlowState state1, Node node2, FlowState state2) { | ||
| 264 | + predicate isAdditionalFlowStep( | ||
| 265 | + Node node1, FlowState state1, Node node2, FlowState state2, string model | ||
| 266 | + ) { | ||
| 265 | 267 | getConfig(state1).isAdditionalFlowStep(node1, getState(state1), node2, getState(state2)) and | |
| 266 | - getConfig(state2) = getConfig(state1) | ||
| 268 | + getConfig(state2) = getConfig(state1) and | ||
| 269 | + model = "" | ||
| 267 | 270 | or | |
| 268 | 271 | not singleConfiguration() and | |
| 269 | 272 | getConfig(state1).isAdditionalFlowStep(node1, node2) and | |
| 270 | - state2 = state1 | ||
| 273 | + state2 = state1 and | ||
| 274 | + model = "" | ||
| 271 | 275 | } | |
| 272 | 276 | ||
| 273 | 277 | predicate allowImplicitRead(Node node, ContentSet c) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments