KiCad PCB EDA Suite
Loading...
Searching...
No Matches
git_backend.cpp File Reference
#include "git_backend.h"

Go to the source code of this file.

Functions

GIT_BACKENDGetGitBackend ()
 
void SetGitBackend (GIT_BACKEND *aBackend)
 

Variables

static GIT_BACKENDs_backend = nullptr
 

Function Documentation

◆ GetGitBackend()

◆ SetGitBackend()

void SetGitBackend ( GIT_BACKEND * aBackend)

Definition at line 33 of file git_backend.cpp.

References s_backend.

Referenced by PGM_KICAD::OnPgmExit(), and PGM_KICAD::OnPgmInit().

Variable Documentation

◆ s_backend

GIT_BACKEND* s_backend = nullptr
static

Definition at line 26 of file git_backend.cpp.

Referenced by GetGitBackend(), and SetGitBackend().