MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / used_externally

Function used_externally

src/neverused.c:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4// subject to being deprecated in a future release
5
6void used_externally()
7{
8 uh_close_wkey(); // used by external programs
9 uh_open_wkey(); // used by external programs
10 rig_mem_count(); // referenced by rig.swg and tcl
11}
12
13void never_used()
14{

Callers 1

neverused.cFile · 0.85

Calls 3

uh_close_wkeyFunction · 0.85
uh_open_wkeyFunction · 0.85
rig_mem_countFunction · 0.85

Tested by

no test coverage detected