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

Function sourceContext

src/config/utils.py:504–510  ·  view source on GitHub ↗

Return the registered context for the source functions. Return Value: Ctor() for the source function context

()

Source from the content-addressed store, hash-verified

502 island_func_class = island_func
503
504def sourceContext():
505 """Return the registered context for the source functions.
506
507 Return Value:
508 Ctor() for the source function context
509 """
510 return src_func_class
511
512def binaryContext():
513 """Return the registered context for the binary functions.

Callers 2

analyzeFunctionMethod · 0.85
parseFileStatsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected