Searched defs:apiText (Results 1 – 3 of 3) sorted by relevance
184 function formatApi(apiText) { argument212 function getSignature(dtsName, apiText) { argument
266 formatApiText(apiText) { argument
57 …const apiText = nodeText.indexOf('{') > -1 ? nodeText.substring(0, nodeText.indexOf('{')) : nodeTe… constant