MCPcopy Create free account
hub / github.com/bitwarden/clients / constructor

Method constructor

apps/cli/src/vault/delete.command.ts:167–171  ·  view source on GitHub ↗
(passedOptions: Record<string, any>)

Source from the content-addressed store, hash-verified

165 permanent: boolean;
166
167 constructor(passedOptions: Record<string, any>) {
168 this.organizationId = passedOptions?.organizationid || passedOptions?.organizationId;
169 this.itemId = passedOptions?.itemid || passedOptions?.itemId;
170 this.permanent = CliUtils.convertBooleanOption(passedOptions?.permanent);
171 }
172}

Callers

nothing calls this directly

Calls 1

convertBooleanOptionMethod · 0.80

Tested by

no test coverage detected