MCPcopy Create free account
hub / github.com/GJDuck/e9patch / makeLabelEntry

Function makeLabelEntry

src/e9patch/e9json.cpp:655–662  ·  view source on GitHub ↗

* Create a LABEL template entry. */

Source from the content-addressed store, hash-verified

653 * Create a LABEL template entry.
654 */
655static Entry makeLabelEntry(const char *label)
656{
657 Entry entry;
658 entry.kind = ENTRY_LABEL;
659 entry.length = 0;
660 entry.label = dupString(label);
661 return entry;
662}
663
664/*
665 * Create a DEBUG template entry.

Callers 1

parseTrampolineFunction · 0.85

Calls 1

dupStringFunction · 0.85

Tested by

no test coverage detected