([heading] /*, hash*/)
| 2 | import { A } from '@ember/array'; |
| 3 | |
| 4 | export function functionHeadingId([heading] /*, hash*/) { |
| 5 | return `functions-${A(heading.split('/')).get('lastObject')}`; |
| 6 | } |
| 7 | |
| 8 | export default helper(functionHeadingId); |
nothing calls this directly
no outgoing calls
no test coverage detected