()
| 114 | } |
| 115 | |
| 116 | async init() { |
| 117 | await bus.parallel('user/get', this); |
| 118 | return this; |
| 119 | } |
| 120 | |
| 121 | own<T extends OwnerInfo>(doc: T, checkPerm: bigint): boolean; |
| 122 | own<T extends OwnerInfo>(doc: T, exact: boolean): boolean; |
no outgoing calls
no test coverage detected