MCPcopy Create free account
hub / github.com/0xUnixIO/pulse / GetUserInbound

Method GetUserInbound

internal/users/store.go:115–115  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

113 // UserInbound CRUD(每个用户在每个 inbound 上只有一条凭据记录)
114 UpsertUserInbound(inbound UserInbound) (UserInbound, error)
115 GetUserInbound(id string) (UserInbound, error)
116 ListUserInboundsByUser(userID string) ([]UserInbound, error)
117 // ListActiveUserInboundsByUser 仅返回对应节点未禁用的记录(用于订阅生成)。
118 ListActiveUserInboundsByUser(userID string) ([]UserInbound, error)

Callers 3

handleUserInboundMethod · 0.65
handleAccessApplyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected