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

Method ListUserInboundsByUser

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

Source from the content-addressed store, hash-verified

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)
119 ListUserInboundsByNode(nodeID string) ([]UserInbound, error)

Callers 4

RunFunction · 0.95
apiResetTokenMethod · 0.65
ActivateExpiredOnHoldFunction · 0.65
ResetTrafficFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected