File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -431,8 +431,16 @@ Number of times we may revisit a particular branching point. Only relevant if `s
431431| Int | ` 1 ` | 2.2.4+ |
432432
433433Number of times we may revisit a particular branching point before we consult
434- the smt solver to check reachability. Only relevant if ` symExec ` is true and
435- ` symExecConcolic ` is false.
434+ the smt solver to check reachability. Only relevant if ` symExec ` is true.
435+
436+ ### ` symExecTargets `
437+
438+ | Type | Default | Available in | CLI Equivalent |
439+ | --------| ------- | ------------ | ---------------------|
440+ | [ String] | ` null ` | 2.2.4+ | ` --sym-exec-target ` |
441+
442+ List of function names to include during the symbolic execution exploration.
443+ When used in the CLI, it will only allow a single target. Only relevant if ` symExec ` is true.
436444
437445### ` disableSlither `
438446
You can’t perform that action at this time.
0 commit comments