Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ findOrCreateUser
Method
findOrCreateUser
packages/sdk/src/index.ts:122–124 ·
view source on GitHub ↗
(user: LinenTypes.userPostType)
Source
from the content-addressed store, hash-verified
120
}
121
122
findOrCreateUser(user: LinenTypes.userPostType): Promise<{ id: string }> {
123
return
this.post(`/api/integrations/users`, user);
124
}
125
}
Callers
6
onMessageCreate
Function · 0.80
handleInbound
Function · 0.80
handleUser
Function · 0.80
handleUser
Function · 0.80
createThread
Function · 0.80
createMessage
Function · 0.80
Calls
1
post
Method · 0.45
Tested by
no test coverage detected