MCPcopy Create free account
hub / github.com/EIPStackGroup/OpENer / setup

Function setup

source/tests/cip/cipelectronickeytest.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 ElectronicKeyFormat4 *key;
20
21 void setup() {
22 key = ElectronicKeyFormat4New();
23 }
24
25 void teardown() {
26 ElectronicKeyFormat4Delete(&key);

Callers

nothing calls this directly

Calls 1

ElectronicKeyFormat4NewFunction · 0.85

Tested by

no test coverage detected