I have read the following statement (partial quote):

"A reasonable rule of thumb is to not put inline at functions that have more than 3 lines of code in them."

Does this rule of thumb apply if the three lines call a massive chunk of code, e.g., from a library?