MCPcopy Create free account
hub / github.com/ElementsProject/elements / main

Function main

src/univalue/gen/gen.cpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76int main (int argc, char *argv[])
77{
78 initJsonEscape();
79 outputEscape();
80 return 0;
81}
82

Callers

nothing calls this directly

Calls 2

initJsonEscapeFunction · 0.85
outputEscapeFunction · 0.85

Tested by

no test coverage detected