(functionName, applicationId)
| 232 | } |
| 233 | |
| 234 | export function getFunction(functionName, applicationId) { |
| 235 | return get(Category.Functions, functionName, applicationId); |
| 236 | } |
| 237 | |
| 238 | export function getFunctionNames(applicationId) { |
| 239 | const store = |
nothing calls this directly
no test coverage detected
searching dependent graphs…