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

Function main

src/univalue/test/no_nul.cpp:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "univalue.h"
2
3int main (int argc, char *argv[])
4{
5 char buf[] = "___[1,2,3]___";
6 UniValue val;
7 return val.read(buf + 3, 7) ? 0 : 1;
8}

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected