emptyResponseMetadata creates and returns an empty PermissionCheckResponseMetadata. Returns: - A pointer to PermissionCheckResponseMetadata with the CheckCount initialized to 0.
()
| 903 | // Returns: |
| 904 | // - A pointer to PermissionCheckResponseMetadata with the CheckCount initialized to 0. |
| 905 | func emptyResponseMetadata() *base.PermissionCheckResponseMetadata { |
| 906 | return &base.PermissionCheckResponseMetadata{ |
| 907 | CheckCount: 0, |
| 908 | } |
| 909 | } |
no outgoing calls
no test coverage detected