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

Function isWindows

src/config/utils.py:436–442  ·  view source on GitHub ↗

Return the binary category: Windows or Other. Return Value: True iff analyzing a windows compiled binary

()

Source from the content-addressed store, hash-verified

434 windows_config = True
435
436def isWindows():
437 """Return the binary category: Windows or Other.
438
439 Return Value:
440 True iff analyzing a windows compiled binary
441 """
442 return windows_config
443
444def setMatchingMode():
445 """Update the global flag to signal that we are now in a matching phase."""

Callers 3

analyzeLibraryFunction · 0.85
funcNameInnerMethod · 0.85
constructConfigPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected