'What function renders GLFW Window in OpenGL onto the screen?

if I understand this correctly, glfwCreateWindow creates a window but doesn't actually render it on the screen. Which function in GLFW actually renders the window onto the screen?

(Many people think I am talking about rendering onto the window but what I mean is rendering the window onto the screen, not rendering objects onto the window)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source