Question regarding server UFUNCION() functions

Are functions deemed server completely compiled out of client builds?

No as that tells the engine its a call that the client tells the server to do.
[Client->Server]

Thank you, now i know where i need to wrap #if WITH_SERVER_CODE to exclude say, database code.