Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / MemoryRegionReader
Interface: MemoryRegionReader
Defined in: packages/security/src/guard/types.ts:72
Pluggable region reader. The host (the agent runtime, in Phase 12) supplies a region reader that knows how to materialise a region as raw bytes / a string for hashing.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
read | readonly | (region) => Promise<string | Uint8Array<ArrayBufferLike>> | Materialise the named region as bytes. | packages/security/src/guard/types.ts:76 |
regions | readonly | readonly string[] | Stable list of region names the guard should snapshot. | packages/security/src/guard/types.ts:74 |