There are currently two instances of the function getIncludeData. The one in ai_completion.js returns a simple array containing the function names. The one in ai_signature.js returns an object containing additional details.
@loganch Should these be reduced to a single instance located in util.js?
I ran some quick tests, and the execution times for the two versions of getIncludeData are nearly identical (the one from ai_signature.js takes about 1ms longer).
There are currently two instances of the function getIncludeData. The one in
ai_completion.js
returns a simple array containing the function names. The one inai_signature.js
returns an object containing additional details.@loganch Should these be reduced to a single instance located in
util.js
?