nodeLocalUntrustedJsComputeHostBindingAttestation()
Returns only a digest-bound host attestation. Socket paths and engine handles remain private; the broker rechecks the same digest before every allocation.
Import
Section titled “Import”import { nodeLocalUntrustedJsComputeHostBindingAttestation } from "@graphrefly/ts/executors/local-untrusted-js-compute/node";Signature
Section titled “Signature”function nodeLocalUntrustedJsComputeHostBindingAttestation(signal?: AbortSignal): Promise<NodeLocalUntrustedJsComputeHostBindingAttestation>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
signal | AbortSignal | Missing @param signal JSDoc. |
Returns
Section titled “Returns”Promise<NodeLocalUntrustedJsComputeHostBindingAttestation>
Documentation Status
Section titled “Documentation Status”This page was generated from source JSDoc, but the structured API tags are incomplete:
- Missing
@returns. - Missing
@param signal. - Missing
@category. - Missing
@example.
Source
Section titled “Source”packages/ts/src/executors/local-untrusted-js-compute/node.ts