* @param {unknown} value * @returns {string}
(value)
| 198 | * @returns {string} |
| 199 | */ |
| 200 | function readContextString(value) { |
| 201 | return typeof value === "string" ? value.trim() : ""; |
| 202 | } |
| 203 | |
| 204 | /** |
| 205 | * Resolve the engine identifier from aw_info.json, aw_context propagation, or env vars. |
no outgoing calls
no test coverage detected