| 256 | public: |
| 257 | |
| 258 | diff_match_patch() : |
| 259 | Diff_Timeout(1.0f), |
| 260 | Diff_EditCost(4), |
| 261 | Match_Threshold(0.5f), |
| 262 | Match_Distance(1000), |
| 263 | Patch_DeleteThreshold(0.5f), |
| 264 | Patch_Margin(4), |
| 265 | Match_MaxBits(32) { |
| 266 | } |
| 267 | |
| 268 | // DIFF FUNCTIONS |
| 269 |
nothing calls this directly
no outgoing calls
no test coverage detected