MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / normalizeEmail

Function normalizeEmail

packages/core/api/src/admin/reads.ts:80–80  ·  view source on GitHub ↗
(email: string)

Source from the content-addressed store, hash-verified

78 * and an operator typing "Alice@..." means the same person.
79 */
80export const normalizeEmail = (email: string): string => email.trim().toLowerCase();
81
82/**
83 * A host's member directory, keyed by the SAME id space the subject table

Callers 2

listOptionsFunction · 0.90
getUserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected