MCPcopy Create free account
hub / github.com/CheckPointSW/Karta / setMatchingMode

Function setMatchingMode

src/config/utils.py:444–448  ·  view source on GitHub ↗

Update the global flag to signal that we are now in a matching phase.

()

Source from the content-addressed store, hash-verified

442 return windows_config
443
444def setMatchingMode():
445 """Update the global flag to signal that we are now in a matching phase."""
446 global matching_mode
447
448 matching_mode = True
449
450def isMatching():
451 """Return the script phase: Matching or Compilation.

Callers 1

pluginMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected