* Verify that the calling user is native */
| 1356 | * Verify that the calling user is native |
| 1357 | */ |
| 1358 | static bool |
| 1359 | IsCallingUserExternal() |
| 1360 | { |
| 1361 | const char *currentUser = GetUserNameFromId(GetUserId(), true); |
| 1362 | return IsUserExternal(currentUser); |
| 1363 | } |
| 1364 | |
| 1365 | |
| 1366 | /* |
no test coverage detected