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

Function getSourceFunctions

src/config/utils.py:422–428  ·  view source on GitHub ↗

Return the data-structures of the analyzed source functions. Return Value: src_functions_list, src_functions_ctx, src_file_mappings

()

Source from the content-addressed store, hash-verified

420 return disas_layer
421
422def getSourceFunctions():
423 """Return the data-structures of the analyzed source functions.
424
425 Return Value:
426 src_functions_list, src_functions_ctx, src_file_mappings
427 """
428 return src_functions_list, src_functions_ctx, src_file_mappings
429
430def setWindowsMode():
431 """Update the global flag to handle windows compiled binaries."""

Callers 2

recordManualAnchorsFunction · 0.85
loadAndPrepareSourceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected