Searched refs:delimiterIndex (Results 1 – 1 of 1) sorted by relevance
23 const delimiterIndex = relativeRef.indexOf('@') constant24 const workflowPath = relativeRef.slice(0, delimiterIndex)25 const workflowRef = relativeRef.slice(delimiterIndex + 1)