Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / recordInstallation

Function: recordInstallation()

ts
function recordInstallation(status): void;

Defined in: packages/security/src/supply-chain/audit.ts:20

Record an installation. Called automatically by the npm + git installers; exposed for tests + custom installers.

Parameters

ParameterType
statusSkillInstallationStatus

Returns

void

Stable