MCPcopy
hub / github.com/mailvelope/mailvelope / key-test.js

File key-test.js

test/legacy/modules/key-test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {expect} from 'test';
2import {readKey} from 'openpgp';
3import {getUserInfo, parseUserId, mapKeys, mapSubKeys, mapUsers, minifyKey, verifyUserCertificate, checkKeyId, getLastModifiedDate, equalKey, toPublic, filterUserIdsByEmail} from 'modules/key';
4import {KEY_STATUS} from 'lib/constants';

Callers

nothing calls this directly

Calls 14

getUserInfoFunction · 0.90
parseUserIdFunction · 0.90
mapKeysFunction · 0.90
mapSubKeysFunction · 0.90
mapUsersFunction · 0.90
minifyKeyFunction · 0.90
verifyUserCertificateFunction · 0.90
checkKeyIdFunction · 0.90
getLastModifiedDateFunction · 0.90
equalKeyFunction · 0.90
toPublicFunction · 0.90
filterUserIdsByEmailFunction · 0.90

Tested by

no test coverage detected