Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / setRefStoreLookup

Function: setRefStoreLookup()

ts
function setRefStoreLookup(lookup): void;

Defined in: packages/security/src/secrets/resolvers/ref.ts:32

Wire up the ref: resolver against the active SecretsStore. The factory calls this whenever it activates a new store; tests use it to inject a deterministic stub.

Parameters

ParameterType
lookup| RefStoreLookup | undefined

Returns

void

Stable