MCPcopy Create free account
hub / github.com/QuantiaAI/helm-agents / constructor

Method constructor

apps/api/src/auth/bootstrap.service.ts:14–17  ·  view source on GitHub ↗
(
    @Inject(AUTH_CONFIG) private readonly cfg: AuthConfig,
    private readonly store: StoreService,
  )

Source from the content-addressed store, hash-verified

12@Injectable()
13export class BootstrapService implements OnModuleInit {
14 constructor(
15 @Inject(AUTH_CONFIG) private readonly cfg: AuthConfig,
16 private readonly store: StoreService,
17 ) {}
18
19 onModuleInit(): void {
20 const email = this.cfg.bootstrapEmail?.trim().toLowerCase();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected