Return the registered context for the source functions. Return Value: Ctor() for the source function context
()
| 502 | island_func_class = island_func |
| 503 | |
| 504 | def 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 | |
| 512 | def binaryContext(): |
| 513 | """Return the registered context for the binary functions. |
no outgoing calls
no test coverage detected