* Get a few random bits. Default implementation has no random bits. * @return Random bits. */ virtual */
| 81 | * @return Random bits. |
| 82 | */ |
| 83 | /* virtual */ uint32_t ScopeResolver::GetRandomBits() const |
| 84 | { |
| 85 | return 0; |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * Get the triggers. Base class returns \c 0 to prevent trouble. |
no outgoing calls
no test coverage detected