Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielaparker/jsoncons
/ main
Function
main
examples/src/data_model_examples.cpp:110–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
int main()
111
{
112
std::cout <<
"\ndata model examples\n\n"
;
113
data_model_example2();
114
data_model_example1();
115
std::cout <<
'\n'
;
116
}
117
Callers
nothing calls this directly
Calls
2
data_model_example2
Function · 0.85
data_model_example1
Function · 0.85
Tested by
no test coverage detected