MCPcopy Create free account
hub / github.com/PIKACHUIM/CFWorkerACME / getUsers

Function getUsers

src/users.ts:160–163  ·  view source on GitHub ↗
(c: Context, email: string)

Source from the content-addressed store, hash-verified

158
159// 获取用户 ###############################################################################
160export async function getUsers(c: Context, email: string) {
161 // console.log(email);
162 return await saves.selectDB(c.env.DB_CF, "Users", {mail: {value: email}});
163}
164
165// 删除用户 ###############################################################################
166export async function delUsers(c: Context, email: string) {

Callers 4

getNonceFunction · 0.85
userRegsFunction · 0.85
userPostFunction · 0.85
userAuthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected