MCPcopy Create free account
hub / github.com/api3dao/airnode / setIdentity

Function setIdentity

docker/scripts/git.ts:44–47  ·  view source on GitHub ↗
(name: string, email: string)

Source from the content-addressed store, hash-verified

42};
43
44export const setIdentity = (name: string, email: string) => {
45 config('user.name', name);
46 config('user.email', email);
47};
48
49export const tag = (tag: string, message: string, options?: ExecSyncOptions) => {
50 runCommand(`git tag -a ${tag} -m '${message}'`, options);

Callers

nothing calls this directly

Calls 1

configFunction · 0.85

Tested by

no test coverage detected