Skip to main content

Class: NullActorResolver

Defined in: packages/core/src/infrastructure/null/actor-resolver.ts:10

Null implementation of ActorResolver.

Used when no VCS is detected. Always throws because there is no identity source available.

Implements

Constructors

Constructor

new NullActorResolver(): NullActorResolver

Returns

NullActorResolver

Methods

identity()

identity(): Promise<ActorIdentity>

Defined in: packages/core/src/infrastructure/null/actor-resolver.ts:12

Returns the identity of the current actor.

Returns

Promise<ActorIdentity>

The actor's name and email

Throws

When the identity cannot be determined

Implementation of

ActorResolver.identity