Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ cleanMock
Function
cleanMock
apps/web/__tests__/invites.test.ts:37–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
.mockImplementation();
36
37
function
cleanMock() {
38
acceptInviteMock.mockClear();
39
mailerSendMock.mockClear();
40
}
41
42
type
storeType = {
43
account: accounts;
Callers
1
invites.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected