Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axe-api/axe-api
/ posts
Method
posts
packages/integrations/app/v2/Models/User.ts:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
posts() {
29
return
this.hasMany(
"Post"
,
"id"
,
"user_id"
);
30
}
31
32
ownedPosts() {
33
return
this.hasMany(
"Post"
,
"id"
,
"user_id"
);
Callers
nothing calls this directly
Calls
1
hasMany
Method · 0.80
Tested by
no test coverage detected