MCPcopy Create free account
hub / github.com/github/gh-aw / readContextString

Function readContextString

actions/setup/js/send_otlp_span.cjs:200–202  ·  view source on GitHub ↗

* @param {unknown} value * @returns {string}

(value)

Source from the content-addressed store, hash-verified

198 * @returns {string}
199 */
200function 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.

Callers 3

resolveEngineIdFunction · 0.85
sendJobConclusionSpanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected