function-orchestrator code can be found at https://gerrit.wikimedia.org/g/mediawiki/services/function-orchestrator
src/execute.js (line 379 or search for this task's ID)
The implementations of a ZFunction (Z8) are stored in Z8K4. There are currently no tests asserting that all implementations therein are resolved (e.g., if they are references). Write tests where implementations show up as all of the following:
- Argument References (Z18)
- References (Z9)
- Function Calls returning Implementations (Z7)