# engineView

`import { engineView } from "destack:runtime";`

Describe the execution engine for one worker visible through one pinned world view.

```ds title="engineView"
export declare function engineView(view: WorldViewHandle, workerId: WorkerId): Result<EngineView, HostError>
```

[language/library/src/runtime/inspect.ds:320:323](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/inspect.ds#L320-L323)
