()
| 1335 | } |
| 1336 | |
| 1337 | func (a *executorAdapter) Identifier() string { |
| 1338 | if a == nil { |
| 1339 | return "" |
| 1340 | } |
| 1341 | return a.provider |
| 1342 | } |
| 1343 | |
| 1344 | type preparedExecutorCall struct { |
| 1345 | req coreexecutor.Request |
no outgoing calls
no test coverage detected