You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates constructor to use reference for job parameter
Modifies the constructor of the Docker class to accept a reference to the Job object, enhancing performance by avoiding unnecessary copies.
This change supports better memory management and prepares the class for potential future modifications that may require direct manipulation of the job instance.
0 commit comments